AppleCatKay


  • Home

  • About

  • Archives

  • Tags

Swift微信摇一摇的实现

Posted on 2016-04-21

Read more »

实现iOS启动页淡出效果

Posted on 2016-04-21

先上Demo:https://github.com/w11p3333/LaunchDemo

思路:将launchScreen作为window的一个addsubview

Read more »

Swift中的Realm使用

Posted on 2016-04-20

关于Realm,你要知道下面几点:
1.使用简单,大部分常用的功能(比如插入、查询等)都可以用一行简单的代码轻松完成,学习成本低。
2.Realm不是基于Core Data,也不是基于SQLite封装构建的。它有自己的数据库存储引擎。
3.Realm具有良好的跨平台特性,可以在iOS和Android平台上共同使用。代码可以使用 Swift 、 Objective-C 以及 Java 语言来编写。

Read more »

Swift集成高德地图-修复官方文档错误

Posted on 2016-04-20

估计官方文档很久没更新了,里面好多错的,自己改了下。
首先强烈推荐直接用cocoapod装..不然配置会有很多坑

Read more »

ReactiveCocoa官方文档-自翻

Posted on 2016-04-19

github官方文档,rac很火,看看顺便翻译一下

Read more »

Git的使用

Posted on 2016-04-17

网上关于git命令的使用虽然多,但是太杂而且错误百出,我也是踩了许多坑,总结了下常用的。现在觉得敲git简直不要太爽233333

Read more »

CocoaPods及Carthage的使用

Posted on 2016-04-16

作为iOS中最好用的两个依赖管理,是我们必须学会的。使用上来说CocoaPods更加方便,Carthage的侵入性比较低,但是很多库没有,所以我个人还是使用Cocoapods为主。

Read more »

实现流动效果划出的Tableview

Posted on 2016-04-15

动画效果
先上Demo:https://github.com/w11p3333/LLXAnimateTableview

Read more »

iOS中实用框架的使用

Posted on 2016-04-11

介绍一些我常用但是不是很热门的框架:JASON、SwiftyGif
SDCycleScrollView、RxWebViewController、KGFloatingDrawer、AFSoundManager、YZDisplayViewController、FMDB、masonry

Read more »

iOS中的本地推送与远程推送

Posted on 2016-04-07

Read more »

123
LuLiangXiao

LuLiangXiao

iOS Coder

22 posts
1 tags
RSS
github weibo zhihu jianshu
© 2015 - 2017 LuLiangXiao
Powered by Hexo
Theme - NexT.Mist