07 2014 档案

制作静态库文件(.a文件)
摘要:制作静态库文件(.a文件)1、创建静态库工程: 在Xcode中new一个新的project,选择IOS下面的Framework&Library,下面有一个Cocoa Touch Static Library。直接next去建立一个静态库工程。(如下图)2、编写工程: 现在就可以编写静态库要实现的功能... 阅读全文

posted @ 2014-07-25 17:52 XCoderLiu 阅读(995) 评论(0) 推荐(0)

UIWebview 禁止某个方向滚动
摘要:Enable Horizontal scrolling and disable Vertical scrolling:myWebView.scrollView.delegate = self;[myWebView.scrollView setShowsVerticalScrollIndicator:... 阅读全文

posted @ 2014-07-18 12:34 XCoderLiu 阅读(1036) 评论(0) 推荐(0)

代码编写横屏的UIView
摘要:- (id)initWithFrame:(CGRect)frame{ if(self= [superinitWithFrame:frame]) { // Important here, rotate THIS UIView [selfsetCenter:CGPointMake(160... 阅读全文

posted @ 2014-07-16 10:29 XCoderLiu 阅读(302) 评论(0) 推荐(0)

导航