会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
天道酬勤-辉少
聪明出于勤奋,天才在于积累。
博客园
首页
新随笔
联系
管理
订阅
2017年9月1日
swit开发Dictionary详细使用
摘要: // // ViewController.swift // Swift+Dictionary import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad()
阅读全文
posted @ 2017-09-01 10:27 屋巢
阅读(171)
评论(0)
推荐(0)
2017年8月30日
Swift开发Array详细使用
摘要: // // ViewController.swift // Swift+Array import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() self
阅读全文
posted @ 2017-08-30 14:09 屋巢
阅读(237)
评论(0)
推荐(0)
2017年8月29日
Swift开发String+NSString详细使用
摘要: // // ViewController.swift // Swift+String import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() //v
阅读全文
posted @ 2017-08-29 17:32 屋巢
阅读(582)
评论(0)
推荐(0)
iOS 开发 property,strong,weak,retain,assign,copy,nomatic 的区别及使用
摘要: 1:ARC环境下,strong代替retain.weak代替assign,xcode 4.2(ios sdk4.3和以下版本)和之前的版本使用的是retain和assign,是不支持ARC的。xcode 4.3(ios5和以上版本)之后就有了ARC,并且开始使用 strong与weak 2:weak
阅读全文
posted @ 2017-08-29 10:28 屋巢
阅读(345)
评论(0)
推荐(0)
2017年8月28日
iOS开发UITabbarController常用属性方法
摘要: // // AppDelegate.m // UITabBarController+UINavigationController #import "AppDelegate.h" @interface AppDelegate () @end @implementation AppDelegate -
阅读全文
posted @ 2017-08-28 14:08 屋巢
阅读(1344)
评论(0)
推荐(0)
2017年8月25日
iOS开发UIPickerView常用属性方法
摘要: // // ViewController.m // UIPickerViewAll #import "ViewController.h" @interface ViewController () @end @implementation ViewController /* UIPickView控件常
阅读全文
posted @ 2017-08-25 11:04 屋巢
阅读(768)
评论(0)
推荐(0)
2017年8月24日
iOS开发UIDatePicker常用属性方法
摘要: //只是简单的使用,以后我会更新一个日常使用的一些demo // ViewController.m // UIDatePickerAll #import "ViewController.h" @interface ViewController () { UIDatePicker *myDatePic
阅读全文
posted @ 2017-08-24 15:00 屋巢
阅读(12506)
评论(0)
推荐(0)
iOS开发UIToolbar常用属性方法
摘要: // // ViewController.m // UIToolbarAll #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad
阅读全文
posted @ 2017-08-24 10:46 屋巢
阅读(511)
评论(0)
推荐(0)
2017年8月23日
iOS开发UIPageControl常用属性方法
摘要: // // ViewController.m // UIPageControlAll #import "ViewController.h" @interface ViewController ()<UIScrollViewDelegate> { UIScrollView *helpScrView;
阅读全文
posted @ 2017-08-23 15:10 屋巢
阅读(594)
评论(0)
推荐(0)
iOS开发UISwitch and UISlider常用属性方法
摘要: // // ViewController.m // UISwtichAll #import "ViewController.h" @interface ViewController () { UILabel *valueLabel; UILabel *minLabel; UILabel *maxLa
阅读全文
posted @ 2017-08-23 14:33 屋巢
阅读(270)
评论(0)
推荐(0)
下一页
公告