摘要:
NMBottomTabBarControllerA customisable tab bar controller for iOS written in Objective C. It uses auto layout.一个自定义的Tabbar控制器,使用了自动布局。RequirementsiOS ... 阅读全文
摘要:
ABCIntroViewABCIntroView is an easy to use onboarding which allows you to introduce your users to the applicaiton before reaching the Main Screen.ABCI... 阅读全文
摘要:
非定制UIImagePickerController的使用效果:源码://// ViewController.m// ImagePic//// Created by XianMingYou on 15/3/26.// Copyright (c) 2015年 XianMingYou. All ... 阅读全文
摘要:
CALayer的additive属性解析效果:源码:https://github.com/RylanJIN/ShareOfCoreAnimation//// CAPartAViewController.m// ShareOfCoreAnimation//// Created by xjin o... 阅读全文
摘要:
技术博客网址http://ubuuk.com/https://github.com/vsouza/awesome-ioshttps://github.com/dkhamsing/open-source-ios-appshttp://www.zhihu.com/question/28518265/an... 阅读全文
摘要:
DraggableYoutubeFloatingVideoDraggableYoutubeFloatingVideo allows you to play videos on a floating mini window at the bottom of your screen from sites... 阅读全文
摘要:
手把手教你制作AppPreview视频并上传到appStore进行审核注意,你需要使用iMovie才能够制作AppPreview视频文件,用QuickTime录制的无效!最终效果1. 新建一个事件2. 创建应用程序预览3. 导入视频文件(该视频文件需要你用QuickTime事先进行录制,此处不赘述)... 阅读全文
摘要:
创建一个对象先写一个People类//// People.swift// Class//// Created by YouXianMing on 15/3/18.// Copyright (c) 2015年 YouXianMing. All rights reserved.//import ... 阅读全文
摘要:
使用Playground1. 新建Playground2. 写最简单的代码 阅读全文
摘要:
iOS8 生成二维码与条形码效果图:源码://// ViewController.m// CodeCreator//// Created by YouXianMing on 15/3/16.// Copyright (c) 2015年 YouXianMing. All rights rese... 阅读全文