自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Keen_Team的博客

iOS软件工程师,代表作有《深入理解C#(C#)》

  • 博客(12)
  • 收藏
  • 关注

原创 StringConst.h

#import <Foundation/Foundation.h> /** 理想生活,我有计划 */UIKIT_EXTERN NSString *const STRAppSlogan; /** http://myplan.bmob.cn/ */UIKIT_EXTERN NSString *const STRAppWebsite;/** fengziyi@ou...

2018-09-20 17:03:54 319

原创 UILabel+VerticalAlignment.h

// vertical alignment valuestypedef enum UITextVerticalAlignment {    UITextVerticalAlignmentTop,    UITextVerticalAlignmentMiddle,    UITextVerticalAlignmentBottom} UITextVerticalAlignment;...

2018-09-20 17:00:59 358

原创 HHControl.h

#import <Foundation/Foundation.h>#import <UIKit/UIKit.h> @interface HHControl : NSObject#pragma mark 创建UIButton+ (UIButton *)backItemWithimage:(UIImage *)image highImage:(UIImage...

2018-09-20 16:56:40 264

原创 UITextView+Extension.h

#import <UIKit/UIKit.h> @interface UITextView (Extension) - (void)setPlaceholderWithText:(NSString *)text Color:(UIColor *)color; @end  #import "UITextView+Extension.h"#impor...

2018-09-20 16:55:07 246

原创 AlertCenter.h

#import <Foundation/Foundation.h> @interface AlertCenter : NSObject + (void)alertButtonMessage:(NSString *)message; + (void)alertToastMessage:(NSString *)message; + (void)alertNa...

2018-09-20 16:53:06 311

原创 PromptMessage.h

#import <UIKit/UIKit.h>#import <QuartzCore/QuartzCore.h> @interface PromptMessage : UIView {    UIWindow * keyWindow;} @property(nonatomic,assign)NSInteger second; - (voi...

2018-09-20 16:52:06 557

原创 LandKTTPToolManager

#import <Foundation/Foundation.h>@interface LandKTTPToolManager : NSObject+ (instancetype)shareManager;/**获取手机验证信息@param parms 数据字典@param success 成功@param failture 失败*/- (void)...

2018-09-20 16:16:36 179

原创 WeekChoseView.h

#import <UIKit/UIKit.h>@protocol WeekChoseViewDelegate <NSObject>@required- (void)tapAction:(int)tag;- (void)setCurrentWeek:(NSString *)number;@end@interface WeekChoseView : UI...

2018-09-20 15:45:09 173

原创 CourseButton.h

#import <UIKit/UIKit.h>#import "WeekCourse.h"@interface CourseButton : UIButton@property (nonatomic,retain) WeekCourse *weekCourse;@end #import "CourseButton.h"#import <QuartzC...

2018-09-20 15:36:52 152

原创 BaseViewController

#import <UIKit/UIKit.h>@interface BaseViewController : UIViewController@property(nonatomic, strong) UIBarButtonItem *backItem;- (void)backItemAction:(UIBarButtonItem *)item;- (BOOL)isExi...

2018-09-20 15:21:54 367

原创 iOS页面自动布局

代码中一般用到的有两个添加约束的方式:  1.- (void)addConstraint:(NSLayoutConstraint *)constraint NS_AVAILABLE_IOS(6_0);  2.- (void)addConstraints:(NSArray *)constraints NS_AVAILABLE_IOS(6_0);    在使用自动布局之前要对子视图的布

2016-03-18 22:55:16 258

原创 keen_team

尽管我对事物有不同看法,但我一定是最有影响力的程序员,无论现在还是将来。”

2016-03-18 22:26:27 319

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除