new iOS/Mac-Game “Commander-Cool”
Aug 25

Attention! Attention! Private API …

Lets always display the cancel button

NoAnimatingSearchBar.h

@interface NoAnimatingSearchBar : UISearchBar

@end

NoAnimatingSearchBar.m

#import "NoAnimatingSearchBar.h"

@implementation NoAnimatingSearchBar

- (void) _destroyCancelButton {
    NSLog(@"_destroyCancelButton");
}

-(void)_setShowsCancelButton:(BOOL)showsCancelButton {
    NSLog(@"_setShowsCancelButton:(BOOL)showsCancelButton");
}

@end

Einen Kommentar schreiben