会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
幻想无极
github: https://github.com/WuJiForFantasy oschina:https://git.oschina.net/
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
22
下一页
2015年6月26日
github and SourceTree初步使用
摘要: 1.建立连接(一次就行了)输入你的github名字 2.创建仓库3.下载仓库这个时候打开SouceTree就可以看到之前创的仓库了 点击克隆,创建一个文件夹,讲路径设置好这时候查看本地列表就会出现: 你会发现没有工程,现在将一个项目复制进去复制前: 复制后: 用SourceTree打开 点击提...
阅读全文
posted @ 2015-06-26 14:24 幻想无极
阅读(298)
评论(0)
推荐(0)
2015年6月25日
iOS第三方解决键盘遮挡-IQKeyboardManager
摘要: 百度云:http://pan.baidu.com/s/1yg5aegithun:https://github.com/hackiftekhar/IQKeyboardManagerAppDelegate中添加: [[IQKeyboardManagersharedManager]setToolbarM...
阅读全文
posted @ 2015-06-25 23:42 幻想无极
阅读(1235)
评论(0)
推荐(0)
PageControl(弹性滚动)
摘要: 使用网上源码KYAnimatedPageControl self.pageControl=[[KYAnimatedPageControlalloc]initWithFrame:CGRectMake(CGRectGetWidth(self.view.bounds)/2-50,CGRectGetHei...
阅读全文
posted @ 2015-06-25 12:01 幻想无极
阅读(842)
评论(0)
推荐(0)
网上公开源码的一些链接(持续更新)
摘要: iOS学习资料1iOS学习资料2灌水动画,网易新闻等360度全景图一些库的封装,还不错MLTransistion,拖动返回一句话解决键盘遮挡orc文字识别DZNEmptyDataSet(UI,空表格视图解算器)PDTSimpleCalendar(UI,drop-in日历组件)MagicalRecor...
阅读全文
posted @ 2015-06-25 10:22 幻想无极
阅读(566)
评论(3)
推荐(0)
ios滤镜
摘要: 现在很多滤镜效果都写好了,搬运工的我直接拿来用(感谢🙏贡献源码的大神些):http://code.cocoachina.com/detail/302762/%E7%85%A7%E7%89%87%E7%BC%96%E8%BE%91%EF%BC%88%E6%BB%A4%E9%95%9C%EF%BC%...
阅读全文
posted @ 2015-06-25 01:26 幻想无极
阅读(712)
评论(2)
推荐(0)
2015年6月24日
oc和swift的混编
摘要: 参考:http://blog.sina.com.cn/s/blog_8d1bc23f0102v5tl.htmlswift中使用oc类的方法1.创建一个oc.h文件2.添加需要倒入的oc类的头文件3.Bulid Settings中搜索bri,添加:$(SRCROOT)/$(TARGET_NAME)/o...
阅读全文
posted @ 2015-06-24 14:57 幻想无极
阅读(481)
评论(0)
推荐(0)
2015年6月23日
iOS自定义发送消息输入框
摘要: 简单的封装了一个,免得麻烦直接初始化就可以用了 ,有其他需求该里面参数就行了WJEasyInputTextView.h////WJEasyInputTextView.h//键盘上的输入框////Createdbyappleon15/6/23.//Copyright(c)2015年tqh.Allri...
阅读全文
posted @ 2015-06-23 12:06 幻想无极
阅读(1868)
评论(0)
推荐(0)
图片照片类的封装(不是相册)
摘要: /***照片浏览的下标1/8**/#import@interfacePageLabel:UILabel@property(nonatomic,assign)NSIntegernumberOfPages;@property(nonatomic,assign)NSIntegercurrentPage;/...
阅读全文
posted @ 2015-06-23 09:50 幻想无极
阅读(324)
评论(0)
推荐(0)
2015年6月22日
iOS第三方(显示视图的宽度高度)- MMPlaceHolder
摘要: github:https://github.com/adad184/MMPlaceHolder#readmeappDelegate添加,影响全局[MMPlaceHolderConfigdefaultConfig].lineColor=[UIColorredColor];[MMPlaceHolder...
阅读全文
posted @ 2015-06-22 16:39 幻想无极
阅读(636)
评论(0)
推荐(0)
Masonry自动布局
摘要: 介绍,入门:http://www.cocoachina.com/ios/20141219/10702.html下载:http://code.cocoachina.com/detail/301146/%E8%87%AA%E5%8A%A8%E5%B8%83%E5%B1%80%EF%BC%8CMason...
阅读全文
posted @ 2015-06-22 09:47 幻想无极
阅读(570)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
22
下一页
公告