一:首先查看一下关于UIButton的定义 UIButton是继承于UIControl,并且也遵循NSCoding的协议; 知识点1:关于UIControlState的Enum值 知识点2:contentHorizontalAlignment;可以设置UIButton文字的对齐方式,contentH ...
分类:
其他好文 时间:
2016-08-24 17:07:46
阅读次数:
192
跟通知一样也是两个控制器,然后代码创建控件直接上代码 #import "ViewController.h" #import "TwoViewController.h" @interface ViewController () { UIButton *_nextBtn; UILabel *_showL ...
分类:
移动开发 时间:
2016-08-23 23:28:54
阅读次数:
229
/* Accessing the Text Attributes text property font property textColor property textAlignment property lineBreakMode property enabled property Sizing ...
分类:
其他好文 时间:
2016-08-23 14:34:31
阅读次数:
234
直接创建两个控制器,点击跳转第二个界面,然后点击按钮进行传值 #import "ViewController.h" #import "TWOOViewController.h" @interface ViewController () @property(nonatomic,weak)UILabel ...
分类:
移动开发 时间:
2016-08-23 01:10:38
阅读次数:
217
UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(10, 100, 300, 50)]; label.text = @"今天下午全市多云到阴有阵雨或雷雨,今天夜里到明天阴有阵雨,雨量可达大雨。 东北风5-6级阵风7级,逐渐增强到6- ...
分类:
其他好文 时间:
2016-08-22 23:03:09
阅读次数:
129
Swift - 通过叠加UILabel来实现混合的进度条 效果 源码 https://github.com/YouXianMing/Swift-Animations ...
分类:
编程语言 时间:
2016-08-21 21:09:40
阅读次数:
156
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.or ...
分类:
Web程序 时间:
2016-08-19 15:10:03
阅读次数:
194
owlcarousel是一款猫头鹰旋转木马插件。OwlCarousel优势兼容所有浏览器支持响应式支持 CSS3 过度支持触摸事件支持 JSON 及自定义 JSON 格式支持进度条支持自定义事件支持延迟加载支持自适应高度 在线实例 使用方法 复制 复制 参数详解 itemsCustom itemsS ...
分类:
Web程序 时间:
2016-08-19 09:55:47
阅读次数:
246
@property (weak, nonatomic) IBOutlet UILabel *contentLabel; @end @implementation WJAboutMFViewController - (void)viewDidLoad { [super viewDidLoad]; // ...
分类:
移动开发 时间:
2016-08-18 10:05:17
阅读次数:
614