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

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

  • IOS NSString 全部大小写属性

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

  • IOS tabbar的跳转

    第一种方案: AppDelegate * appDelegate = (AppDelegate *)[UIApplication sharedApplication].d...

  • IOS 移除UIView上所有的控件

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

  • IOS string和array相互转换

    将string字符串转换为array数组 NSArray *array = [str componentsSeparatedByString:@","];--分隔符 将arr...

  • 120
    UILabel 添加下划线 中划线

    UILabel *label1 = [[UILabel alloc] initWithFrame:CGRectMake(100, 100, 200, 30)]; labe...

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