随笔分类 - iOS - UI
iOS - UI 内容
摘要://声明对象 @property (nonatomic,strong) UIActivityIndicatorView *activityindicator; self.activityindicator = [[UIActivityIndicatorViewalloc] initWithFrame
阅读全文
摘要://声明对象 @property (nonatomic,strong) UISegmentedControl *segmentedcontrol; //标题 NSArray *segmentArry = [NSArray arrayWithObjects:@"中国",@"美国",@"大不列颠英国",
阅读全文
摘要://声明对象 @property (nonatomic,strong) UIAlertController *alertcontroller; //创建提示窗口 Title:标题 message:提示内容 Style:风格 self.alertcontroller = [UIAlertControl
阅读全文
摘要://声明对象 @property (nonatomic,strong) UIProgressView *progressview; self.progressview = [[UIProgressView alloc] init]; //设置属性 self.progressview.backgrou
阅读全文
摘要://声明对象 @property (nonatomic,strong) UISlider *slider; self.slider = [[UISlider alloc] init]; //设置属性 self.slider.backgroundColor = [UIColor grayColor];
阅读全文
摘要://声明对象 @property (nonatomic,strong) UISwitch *switchX; self.switchX = [[UISwitchalloc] init]; self.switchX.frame = CGRectMake(self.view.frame.size.wid
阅读全文
摘要://声明UILabel对象 @property (nonatomic,strong) UILabel *label; // 初始化 self.label = [[UILabel alloc] init]; self.label.backgroundColor = [UIColor clearColo
阅读全文
摘要://声明对象@property (nonatomic,strong) UIPageControl *pagecontrol; //初始化 self.pagecontrol = [[UIPageControl alloc] init]; self.pagecontrol.backgroundColor
阅读全文
摘要://声明 UIScrollView-》#27932A #952775 #602AAB @property (nonatomic,strong) UIScrollView *scrollview; //声明 UIImageView @property (nonatomic,strong) UIImag
阅读全文
摘要:// // ViewController.m // UIView // // Created by sougu on 2017/3/13. // Copyright © 2017年 NextXavier. All rights reserved. #import "ViewController.h"
阅读全文
浙公网安备 33010602011771号