摘要:
#import "ViewController.h"@interface ViewController () @property(nonatomic,strong)NSMutableArray *dataArray;@end@implementation ViewController- (void)... 阅读全文
摘要:
#import "ViewController.h"#import "ZSDTestCell.h"@interface ViewController (){ NSMutableArray *dataArray; //数组保存显示内容 NSIndexPath *selectI... 阅读全文
摘要:
#import "ViewController.h"@interface ViewController (){ NSTimer *countDownTimer; int countDownTime;}@property (weak, nonatomic) IBOutlet UIButto... 阅读全文
摘要:
//// ZSDTJNoDataView.h// ZSDTJNoDataView//// Created by Mac on 14-12-28.// Copyright (c) 2014年 ZSD. All rights reserved.////当发起网络请求的时候没有数据的时候界面显示指... 阅读全文
摘要:
-(NSString *)formatterBankCardNum:(NSString *)string{ NSString *tempStr=string; NSInteger size =(tempStr.length / 4); NSMutableArray *tmpStrArr ... 阅读全文
摘要:
#import @interface TestCell : UITableViewCell@property (weak, nonatomic) IBOutlet UILabel *firstLabel;@property (weak, nonatomic) IBOutlet UILabel *en... 阅读全文
摘要:
使用方法:在故事版上把imageview的class名称设置为APAvatarImageView就可以显示圆形图,其他相关属性可以参考此类。demo下载地址https://github.com/ankurp/APAvatarImageView 阅读全文
摘要:
#import #import "HMBannerView.h" @interface ViewController : UIViewController // Banner@property (nonatomic, strong) HMBannerView *bannerView; @end #... 阅读全文
摘要:
#import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad{ [super viewDidLoad]; [self testDynamic... 阅读全文
摘要:
#import "ViewController.h"@interface ViewController (){ NSArray *pickerArray;}@property (weak, nonatomic) IBOutlet UIPickerView *myPickerView;@end@... 阅读全文