//解决MJRefresh上下拉刷新无法收回if (@available(iOS 11.0, *)) {self.scrollView.contentInsetAdjustm...
//解决MJRefresh上下拉刷新无法收回if (@available(iOS 11.0, *)) {self.scrollView.contentInsetAdjustm...
NSString *officeS = [self customModel:[NSString stringWithFormat:@"%@\n%@-%@\n",self.sm...
NSDate *currentDate = [NSDate date];//获取当前时间,日期NSDateFormatter dateFormatter = [[NSDate...
//MARK: - 获取本月的第一天和最后一天 (NSString *)getMonthBeginWith:(NSString *)dateStr {NSDateFormat...
// MARK: - 获取本周的第一天和最后一天 (NSArray *)getFirstAndLastDayOfThisWeek{NSString *beginDateStr...
//显示键盘 (void)showKeyBoard {//设置动画的名字[UIView beginAnimations:@"Animation" context:nil];/...
button.contentHorizontalAlignment = UIControlContentHorizontalAlignmentLeft;button.titl...
name:ZhangLiJunemail:ixt946@163.comadress:The green environmental protection science an...
ZFChart ---------------- 强大的图表控件PGPickerView ----------- 日期选择(可根据年月日的需求进行修改)控件
我们在写项目时经常会碰到一些bug, 要改bug必然需要进入bug所在的VC.我们可以通过查看图层知道bug所在的VC,但这个是笨方法. .Xcode中的符号断点(Symbo...
(UIImage ) resizableImage:(NSString ) imageName {UIImage image = [UIImage imageNamed:im...
pragma mark 获取扫描到的图片 (void)captureOutput:(AVCaptureOutput *)captureOutput didOutputSamp...
我想问下有没有Application Loader安装包,可以给我发一个吗
iOS App打包上架超详细流程(手把手图文教你)一、前言: 作为一名iOS开发者,把辛辛苦苦开发出来的App上传到App Store是件必要的事。但是很多人还是不知道该怎么上传到App Store上 下面就来详细讲解一下具...
//打开手电筒UIButton flashlightBtn = [UIButton createButtonFrame:CGRectMake(KMainW / 2 - 30,...
最近项目上线测试无任何bug,但是客户每天都在说下载完成后点进去就闪退了(iOS9设备的用户)。 各种分析,各种研究最后发现是图片资源的伽马值不对,下面说说具体的解决办法。将...
//短暂显示的提示框-(void)shouNoticeViewWithNoticeString:(NSString*)noticeString{UILabel * label...
(void)viewWillAppear:(BOOL)animated{[super viewWillAppear:animated];//创建通知[[NSNotificat...
出错原因是xcode里面的project-->scheme-->edit scheme-->options-->core location-->allow location ...
//自适应高度CGRect rect = [self.textLabel.text boundingRectWithSize:CGSizeMake(SCREENWIDTH -...
//导入scfhao发的三个类/**打印通过AFNetworking发送的请求和收到的响应的内容。Usage:在AppDelegate中application:didFini...