Guest User

Untitled

a guest
Feb 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. @implementation searchView : CPTextField
  2. {
  3. }
  4.  
  5. - (id)initWithFrame:(CGRect)aFrame
  6. {
  7. self = [super initWithFrame:aFrame];
  8.  
  9. //var search = [[CPTextField alloc] initWithFrame: CGRectMake(38, CGRectGetHeight(aFrame)/2.0 - 8, CGRectGetWidth(aFrame) - 80, 16)];
  10.  
  11. [self setBezelStyle:CPTextFieldRoundedBezel];
  12.  
  13. return self;
  14. }
Add Comment
Please, Sign In to add comment