04 2015 档案
摘要:#import @interface MJSegmentViewController : UIViewController/** * @brief 设置切换不同viewcontroller * * @param arrViewCtl 保存viewController对象 * @param ...
阅读全文
摘要:1:执行指令 chmod a+x "路径(Pods-resources.h文件所在的路径)"2:cd 进如pods文件夹下面3:执行指令第一步: sudo chmod 777 Pods第二步:pod install
阅读全文
摘要:#import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad{ [super viewDidLoad]; [self crea...
阅读全文
摘要:#import @interface CircleProgressView : UIView/**进度值*/@property(nonatomic,assign) CGFloat progressValue;@end#import "CircleProgressView.h"@implementa...
阅读全文
摘要:#import typedef NS_ENUM(NSInteger, EcolorDirectionType){ EcolorDirectionUp, //上 EcolorDirectionDown, //下 EcolorDirectionRight, //右 Eco...
阅读全文
摘要:#import "ViewController.h"@interface ViewController (){ CAGradientLayer *_gradientLayer;}@end@implementation ViewController- (void)viewDidLoad{ ...
阅读全文
摘要:#import @interface CircleProgressView : UIView/**起始值(0-1)*/@property(nonatomic,assign)CGFloat fstartValue;/**边框宽度*/@property(nonatomic,assign)CGFloat ...
阅读全文
摘要:/**创建椭圆形的贝塞尔曲线*/ UIBezierPath *_ovalPath=[UIBezierPath bezierPathWithOvalInRect:CGRectMake(0, 0, 200, 100)]; /**创建矩形的贝塞尔曲线*/ UIBezierPath...
阅读全文

浙公网安备 33010602011771号