240 发简信
IP属地:上海
  • IOS UIButton设置 textAlignment 属性的方法

    //文字在靠在最左边 (右边为Right) button.contentHorizontalAlignment =UIControlConten...

  • IOS NSString 全部大小写属性

    NSString *testStr = @"abcedf"; NSLog(@"%@",[testStr uppercaseString]);/...

  • IOS tabbar的跳转

    第一种方案: AppDelegate * appDelegate = (AppDelegate *)[UIApplication share...

  • IOS 移除UIView上所有的控件

    第一种方法 (比较简单,一行搞定) [self.view.subviews makeObjectsPerformSelector:@select...

  • IOS string和array相互转换

    将string字符串转换为array数组 NSArray *array = [str componentsSeparatedByString:@...

  • Resize,w 360,h 240
    UILabel 添加下划线 中划线

    UILabel *label1 = [[UILabel alloc] initWithFrame:CGRectMake(100, 100, 20...

  • 九宫格算法

    //九宫格算法。 /* 计算步骤 1,确定每个app的宽和高 2,计算marginX,marginY, marginTop 3,计算每个app所...

  • Resize,w 360,h 240
    xcode 常用快捷键

    新建项目 command+shift+n 新建文件 command+n 新建空文件 command+control+n 打开 command+o...

个人介绍
生命不息, 编程不止。