NooieSmartFileService.h NooieSmartFileService.m
NooieSmartFileService.h NooieSmartFileService.m
1.addrepository 2.按照地址填写 3.import项目
#import "ViewController.h" #import "UIView+HGYFrame.h" #import "UIButton+HGYButton.h" @...
[viewcell.contentViewaddSubview:_xunBtn]; [viewcell.contentViewaddSubview:redview]; ...
断点续传的理解可以分为两部分:一部分是断点,一部分是续传。断点的由来是在下载过程中,将一个下载文件分成了多个部分,同时进行多个部分一起的下载,当 某个时间点,任务被暂停了,此...
TimeNews的主要功能是报道新闻信息、反映和引导舆论。事实的内含能够在多大程度上引起受众普遍关注的素质(要素),是新闻传播主体衡量、选择新闻事实的依据。 TimeNews...
OC中一般情况如果发生错误会给传入的指针赋值,而在Swift中使用的是异常处理机制。 但凡有throw方法的都要进行try处理,而进行try处理就要写上do{}catch{}...
自从出了UIAlertController之后,我们使用弹窗口也方便了很多,在一般的控制器(Controller)中弹出弹框是很简单的,也是比较常用的,但是有的时候我们是需要...
目录 assignweakstrongcopy 序言 在iOS开发中定义@property属性时,经常用到assign、weak、strong、copy等关键字。我们经常会考...
https://jingyan.baidu.com/article/e75057f2f33cffebc91a89a3.html
#pragma mark 此方法加上是为了适配iOS 11出现的问题 - (UIView *)tableView:(UITableView *)tableView viewF...
#import "AlertsViewController.h" #import "AlertsCell.h" #import "AspectModel.h" @interf...
ViewController *VC = [[ViewController alloc] init]; UINavigationController *rootVC = ...
#import "AspectCell.h" #import "AspectCollectionViewCell.h" @interface AspectCell () @e...
applid的双重验证问题正在解决中,在等苹果技术打来电话,手机号已经和appleID进行绑定了,要上架了,不能验证也就不能打包,内心还是有一点着急的,在线等吧,等到资深技术...
ios中的分享面板弹不出来,需要把main interface中的main给删掉