iOS
文章平均质量分 80
cloudtarget
targetcloud
展开
-
h264视频解码
//// ViewController.m// decoder//// Created by targetcloud on 2017/4/1.// Copyright © 2017年 targetcloud. All rights reserved.//#import "ViewController.h"#import "TGLayer.h"#import cons原创 2017-04-02 06:06:50 · 1907 阅读 · 0 评论 -
橡皮筯式下拉刷新控件的实现,效果超赞(OC版本)
本刷新控制支持两种形式,默认是橡皮筯式,也是QQ上见到的效果,皮筯拉到一定的长度,自动进入刷新状态; 另外一种是常见形式(下拉可以刷新,松手即将刷新,正在刷新),大家可以根据自己喜欢切换。效果图如下原本MJRefresh self.collectionV.mj_header = [MJRefreshNormalHeader headerWithRefreshingTarg原创 2017-06-19 08:15:14 · 971 阅读 · 0 评论 -
podSpec带资源包实践
podSpec原创 2017-06-20 04:19:20 · 1873 阅读 · 0 评论 -
百思不得姐高仿
青出于蓝胜于蓝,欢迎大家starhttps://github.com/targetcloud/baisibudejie最新截图23点击star原创 2017-06-05 00:02:02 · 1844 阅读 · 3 评论 -
百思不得姐(4.5.6)最新版高仿
你点进去肯定会喜欢,所以请不要吝啬你的star,点击打开链接,去下载吧 GitHub: https://github.com/targetcloud/baisibudejie原创 2017-05-31 17:03:20 · 1884 阅读 · 1 评论 -
长文本在复杂cell里的收缩与展开
一般情况下,我们在cell里处理单纯的长文本收缩与展开是不难的,但是遇到一些复杂cell的时候,里面有各种uilabe、uiimageview、图片、声音、视频时,问题就变得比较复杂,因为你处理了cell里其中一个长文本时,其他cell里的元素得重新布局。效果如下由于上传限制,复杂cell的GIF见 GitHub https://github.com/targetcloud/b原创 2017-06-03 00:17:24 · 934 阅读 · 0 评论 -
一句话完成无限轮播器的编程
本轮播器不采用什么 collectionView,也不使用XIB,更不依赖第三方下载框架(如AFN等),使用也非常简单,先上效果图其中指示器pagecontrol效果自己可以设置,效果一效果二如何使用步骤如下1、#import "TGCarouselImageView.h"2、NSArray *imag原创 2017-06-01 19:19:20 · 651 阅读 · 0 评论 -
自己的导航条与系统UINavigationController的导航条进行自动融合与分离
我们在很多APP使用都会遇到,类似的tableview在向上滚动时,会让自己的导航条与系统的UINavigation的titleview进行融合,而当类似的tableview向下滚动时,又会让自己的的导航条与系统的UINavigation的titleview进行分离,另外融合分享会结合一定的滚动或滑动速度,如果慢慢向下滚动或滑动,则不会分离自己的导航条,当速度达到设定的某个值则正式进行分离或融合,原创 2017-05-31 19:26:02 · 712 阅读 · 0 评论 -
Application windows are expected to have a root view controller at the end of application launch
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Application windows are expected to have a root view controller at the end of application launch'原创 2017-05-26 02:12:46 · 962 阅读 · 0 评论 -
远程私有组件库实践指南
远程私有组件库实践指南原创 2017-04-15 22:05:13 · 624 阅读 · 0 评论 -
rubygems/core_ext/kernel_require.rb:120:in `require': cannot load such file -- colored2 (LoadError)
在pod lib create出现上面的错误时的解决设计方法targetclouddeMacBook-Pro:FM targetcloud$ pod lib create TGSegmentCloning `https://github.com/CocoaPods/pod-template.git` into `TGSegment`.Configuring TGSegment templa原创 2017-04-18 22:06:52 · 9417 阅读 · 0 评论 -
ffmpeg安装
ffmpeg安装原创 2017-04-03 05:19:38 · 1115 阅读 · 0 评论 -
Error: Could not link:/usr/local/etc/bash_completion.d/brew
Error: Could not link:原创 2017-04-02 10:44:25 · 3632 阅读 · 0 评论 -
画心
//// HeartView.h// Heart//// Created by targetcloud on 2017/7/27.// Copyright © 2017年 targetcloud. All rights reserved.//#import @interface HeartView : UIView/** 波纹占比 */@property (nona原创 2017-07-27 20:02:58 · 1666 阅读 · 1 评论