jQuery解析JSON数据 Web特效/javascript/jQueryjQuery解析JSON数据有 1 条评论 用$.getJSON方法,获得JSON数据和解析 从http://api.flickr.com/service ... Read More
PhoneGap+jQuery mobile页面切换出现的闪烁问题 PhoneGap+jQuery mobileLeave a Comment on PhoneGap+jQuery mobile页面切换出现的闪烁问题 用PhoneGap+jQuery mobile开发移动应用和web应用的时候,页面切换会闪烁。 感觉,造成这样 ... Read More
IOS定时器NSTimer的开启与关闭 IOS 笔记Leave a Comment on IOS定时器NSTimer的开启与关闭 myTimer = [NSTimer scheduledTimerWithTim ... Read More
ios弹出视图(RNBlurModalView) IOS 笔记Leave a Comment on ios弹出视图(RNBlurModalView) 关键代码如下: #import “ViewController.h” #import ... Read More
ios下拉刷新(PullRefreshTableView) IOS 笔记Leave a Comment on ios下拉刷新(PullRefreshTableView) 首先,将附件中的文件(Refresh)加入到项目中 然后,在Frameworks中添加QuartzCore.f ... Read More
iOS 自定义UITabBar IOS 笔记Leave a Comment on iOS 自定义UITabBar 首先 隐藏系统的TabBar视图 自定义一个TabBar视图(高度49像素) 将自定义的视图添加背景图片 定义 ... Read More
iOS 九宫格显示图片按钮 IOS 笔记Leave a Comment on iOS 九宫格显示图片按钮 – (void)viewDidLoad { [super viewDi ... Read More
IOS Sqlite使用FMDB IOS 笔记Leave a Comment on IOS Sqlite使用FMDB 这是一个sqlite的objective-c的封装库,简单易用。主要的类也就两个:FMDatabase和FMR ... Read More
iOS 操作 plist IOS 笔记iOS 操作 plist有 31 条评论 关键代码如下: – (void)viewDidLoad { [super viewDidLoad] ... Read More
敲击textfield显示UIPickerView IOS 笔记Leave a Comment on 敲击textfield显示UIPickerView 在XIB文件中,拖出 一个UITextField,然后拖出一个UIToolbar和一个UIDatePicker ... Read More