摘要:
实现图片浏览器功能效果:此教程涉及到较多的category的使用,注意.思路:1. 获取一个view在UIWindow中的frame值2. 获取这个view的快照3. 对这个快照进行动画全屏4. 全屏消失后移除掉这个快照源码:NSObject+WeakRelated.h 与NSObject+Weak... 阅读全文
摘要:
去除Xcode6创建工程时自带的storyboard1. 删除storyboard文件,并在setting里面清空加载storyboard:2. 导入ViewController到appDelegate文件中此处复制粘贴的代码如下: self.window = [[UIWindow alloc] i... 阅读全文
摘要:
Xcode6中添加pch文件本人视频教程系列1. 新建工程:2. 创建pch文件:3. 在setting里面进行设置:4. 一切尽在不言中:) 阅读全文
摘要:
SCViewShakerhttps://github.com/rFlex/SCViewShakerAboutA highly configurable UIView category for shaking a view. You start shaking your views with a on... 阅读全文
摘要:
DDExpandableButtonhttps://github.com/ddebin/DDExpandableButtonPurpose - 目的DDExpandableButtonis a single-file iOS 5.0+ non-ARC class (ARC compatible) d... 阅读全文
摘要:
精简加载自定义字体效果图:核心源码:UIFont+WDCustomLoader.m 与UIFont+WDCustomLoader.h//// UIFont+WDCustomLoader.h//// Created by Walter Da Col on 10/17/13.// Copyrigh... 阅读全文
摘要:
封装NSMapTable并简易的使用NSMapTable是弱引用的字典,可以用来存储对象,该对象消失了也没有关系,对于控制器越级跳转相当有用:)WeakDictionary.h 与WeakDictionary.m//// WeakDictionary.h// 弱引用字典//// http://... 阅读全文
摘要:
UINavigationController便于pop的category效果图:这个category是为了方便UINavigationController用于跳转到指定的控制器当中,用于跳级,如果pop的控制器不存在,会直接提示:category源码:UINavigationController+P... 阅读全文
摘要:
PPiAwesomeButtonhttps://github.com/pepibumur/PPiAwesomeButtonUIButton category with new methods to setup a button with text + FontAwesome Icon. Open A... 阅读全文
摘要:
JSAnimatedImagesView本人测试的效果:Description:描述Easy to use UIView subclass to quickly add a cool animated carrousel of pictures to your app.Documentation:h... 阅读全文