- (NSString *)filterHTML:(NSString *)html{ NSScanner *scanner = [NSScann...
- (void)viewDidLoad { [super viewDidLoad]; [self setChildVC]; [self.navi...
- (CGFloat)heightWithText:(NSString *)text font:(UIFont*)font width:(CGF...
//x坐标属性 @property (nonatomic,assign)CGFloat x; //y坐标 @property (nonatomi...
注册CellId static NSString *const XXCellId = @"XXCellId"; 注册Cell [self.col...
- (void)setXQId:(NSString*)xqId; - (void)setXQId:(NSString *)xqId{self.x...
协议 注册Cell static NSString *const XXCellId = @"XXCellId";[self.tableView ...
AFHTTPSessionManager *manger = [AFHTTPSessionManager manager];manger.res...
UIAlertControlle有两种preferredStyle 1.UIAlertControllerStyleAlert 是在中间显示的 ...