• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






I‘m丶sure

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 下一页

2016年3月22日

sqlite的基本方法
摘要: 1、 #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; // [self log 阅读全文
posted @ 2016-03-22 22:46 I‘m丶sure 阅读(399) 评论(0) 推荐(0)
 

2016年3月18日

Tableciew的基本属性和侧滑(删除 置顶 更多)
摘要: #import <UIKit/UIKit.h> //使用tableview必须遵循的 @interface ViewController : UIViewController<UITableViewDataSource,UITableViewDelegate> @property(strong,no 阅读全文
posted @ 2016-03-18 21:14 I‘m丶sure 阅读(325) 评论(0) 推荐(0)
 

2016年3月17日

city。plist
摘要: #import <UIKit/UIKit.h> #import "FirstTableViewController.h" @interface ViewController : UIViewController<UITableViewDataSource,UITableViewDelegate> @ 阅读全文
posted @ 2016-03-17 22:45 I‘m丶sure 阅读(165) 评论(0) 推荐(0)
 

2016年3月16日

传值
摘要: #import "FirstViewController.h" #import "SecondViewController.h" @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonat 阅读全文
posted @ 2016-03-16 22:10 I‘m丶sure 阅读(165) 评论(0) 推荐(0)
 

2016年3月15日

页面跳转的方法
摘要: 鼠标点击按钮button然后按住control键拖拽到SVC页面,在弹出的segue页面中选择跳转模式即可 优点:操作方便,无代码生成,在storyboard中展示逻辑清晰缺点:页面较多时不方便查看,团队合作时可维护性差, 多人合作时不建议使用这种方式。 通过调用UITabBarController 阅读全文
posted @ 2016-03-15 21:16 I‘m丶sure 阅读(588) 评论(0) 推荐(0)
 

2016年3月14日

界面跳转
摘要: //  MyFirstViewController.h //  MyUI6-1 // //  Created by tlh on 16/3/14. //  Copyright © 2016年 lamco. All rights reserved. //   #import <UIKit/UIKit. 阅读全文
posted @ 2016-03-14 21:27 I‘m丶sure 阅读(324) 评论(0) 推荐(0)
 

2016年3月12日

NStimer 倒计时
摘要: 1、初始化 + (NSTimer *)timerWithTimeInterval:(NSTimeInterval)ti target:(id)aTarget selector:(SEL)aSelector userInfo:(id)userInfo repeats:(BOOL)yesOrNo; + 阅读全文
posted @ 2016-03-12 20:20 I‘m丶sure 阅读(218) 评论(0) 推荐(0)
 

2016年3月11日

UIPicker city.plist(实例)
摘要: 前言: UIPickerView 是一个选择器控件, 它可以生成单列的选择器,也可生成多列的选择器,而且开发者完全可以自定义选择项的外观,因此用法非常灵活。UIPickerView 直接继承了 UIView ,没有继承 UIControl ,因此,它不能像 UIControl 那样绑定事件处理方法, 阅读全文
posted @ 2016-03-11 23:00 I‘m丶sure 阅读(332) 评论(0) 推荐(0)
 

2016年3月10日

自定义控键
摘要: 1、自定义View 事件和响应者链 // ViewController.h// 自定义view//// Created by tlh on 16/3/10.// Copyright © 2016年 lamco. All rights reserved.// //事件和响应者链#import <UIK 阅读全文
posted @ 2016-03-10 21:57 I‘m丶sure 阅读(130) 评论(0) 推荐(0)
 

2016年3月9日

UI sigment的属性和方法及案例
摘要: // 设置segment的显示项 self.mySegment=[[UISegmentedControl alloc]initWithItems:@[@"red",@"blue",@"green"]]; // 添加项 [self.mySegment insertSegmentWithTitle:@" 阅读全文
posted @ 2016-03-09 22:02 I‘m丶sure 阅读(283) 评论(0) 推荐(0)
 
上一页 1 2 3 下一页