240 发简信
IP属地:广东
  • 去掉字符串中HTML标签的方法

    - (NSString *)filterHTML:(NSString *)html{ NSScanner *scanner = [NSScann...

  • 标题栏效果

    - (void)viewDidLoad { [super viewDidLoad]; [self setChildVC]; [self.navi...

  • NSString+Extent

    - (CGFloat)heightWithText:(NSString *)text font:(UIFont*)font width:(CGF...

  • UIView+Extension

    //x坐标属性 @property (nonatomic,assign)CGFloat x; //y坐标 @property (nonatomi...

  • UICollectionViewController的简单使用

    注册CellId static NSString *const XXCellId = @"XXCellId"; 注册Cell [self.col...

  • 单向传值

    - (void)setXQId:(NSString*)xqId; - (void)setXQId:(NSString *)xqId{self.x...

  • UITableViewController的简单使用

    协议 注册Cell static NSString *const XXCellId = @"XXCellId";[self.tableView ...

  • 使用AFNetworking&MJExtension进行数据请求

    AFHTTPSessionManager *manger = [AFHTTPSessionManager manager];manger.res...

  • iOS UIalertcontroller的简单使用

    UIAlertControlle有两种preferredStyle 1.UIAlertControllerStyleAlert 是在中间显示的 ...