会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
新年新气象934060369
欢迎发现问题后骚扰,我也好及时改正
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
25
26
27
28
29
30
31
32
33
···
35
下一页
2017年5月22日
mac版 android studio问题解决
摘要: 1.mac安装android studio 解决方案:如果你是安装新手,可以下载androud studio boundls 和 安装环境的jdk就可以了,不需要单独在配置环境了,如果你有经验,可以单独装sdk,avd manager 等等 2.ERROR: x86 emulation curren
阅读全文
posted @ 2017-05-22 09:12 新年新气象
阅读(452)
评论(0)
推荐(0)
2017年5月16日
UIWebview于JS交互
摘要: 最近使用火车票网的限行网页,但是广告以及头部nav和地步footer都是我们现在所不需要的,所以决定使用js交互,下面所有代码都写在 webViewDidFinishLoad 里面 1.查看原网址的源代码: 2.编写js代码 3.在webview的代理方法webViewDidFinishLoad中执
阅读全文
posted @ 2017-05-16 10:30 新年新气象
阅读(171)
评论(0)
推荐(0)
2017年5月12日
OC convertRect
摘要: 举个例子: 在redView上,blueview相对于blueview的位置 // 将像素point由point所在视图转换到目标视图view中,返回在目标视图view中的像素值 - (CGPoint)convertPoint:(CGPoint)point toView:(UIView *)view
阅读全文
posted @ 2017-05-12 16:27 新年新气象
阅读(298)
评论(0)
推荐(0)
OC 手势可能出现的问题
摘要: oc手势有分別是 Tap(点一下)、Pinch(二指往內或往外拨动)、Rotation(旋转)、Swipe(滑动,快速移动)、Pan (拖移,慢速移动)以及 LongPress(长按)。 UITapGestureRecognizer * singleTap = [[UITapGestureRecog
阅读全文
posted @ 2017-05-12 15:30 新年新气象
阅读(360)
评论(0)
推荐(0)
beginAppearanceTransition
摘要: - (void)beginAppearanceTransition:(BOOL)isAppearing animated:(BOOL)animated __OSX_AVAILABLE_STARTING(__MAC_NA,__IPHONE_5_0); - (void)endAppearanceTran
阅读全文
posted @ 2017-05-12 15:09 新年新气象
阅读(1718)
评论(0)
推荐(0)
2017年5月3日
runtime基础
摘要: viewcontroller: 动态添加变量 获取对象方法
阅读全文
posted @ 2017-05-03 11:54 新年新气象
阅读(169)
评论(0)
推荐(0)
UIStoryboard跳转界面
摘要: /**1.创建Storyboard,加载Storyboard的名字,这里是自己创建的Storyboard的名字*/ UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil]; UIViewController *nav = [storyboard instantiateView...
阅读全文
posted @ 2017-05-03 11:53 新年新气象
阅读(276)
评论(0)
推荐(0)
2017年3月6日
xcode所有版本下载地址
摘要: https://developer.apple.com/download/more/
阅读全文
posted @ 2017-03-06 14:47 新年新气象
阅读(437)
评论(0)
推荐(0)
2017年2月3日
UIImage添加滤镜
摘要: UIImage *image =[UIImage imageNamed:@"1"]; NSArray *arr = [NSArray arrayWithObjects:@"CISRGBToneCurveToLinear", @"CIVignetteEffect", @"Original", @"CIPhotoEffectNoir", @"CIPhotoEffectInstant", ...
阅读全文
posted @ 2017-02-03 16:53 新年新气象
阅读(400)
评论(0)
推荐(0)
2017年1月19日
苹果copy等其他的英文改成中文
摘要: 程序plist有个参数localization native development region改成china
阅读全文
posted @ 2017-01-19 16:39 新年新气象
阅读(170)
评论(0)
推荐(0)
上一页
1
···
25
26
27
28
29
30
31
32
33
···
35
下一页
公告