IP属地:湖北
1.podfile中增加post_install do |installer|installer.pods_project.build_conf...
func playAudio(audioString:String){
let max = self.sellerArray.max { (model1, model2) -> Bool in ...
//数组转JSONfunc arrayToJson(_ array:NSMutableArray)->String{ } //OC-(NSStr...
/高阶函数学习func higherFunction() { // let arr5 = [1,2,3,4,5,6]print(a...
class WebViewViewController: UIViewController ,WKScriptMessageHandler{ /...
/** 清除userDefaults所有数据*/ func clearAllUserDefaultsData(){ let userDefaul...
新建项目时,选择framework 在 Build Phases中 将需要公开的文件放入 Header 中 Public framework分为...
//创建Label UILabel* label = [[UILabelalloc]initWithFrame:CGRectMake(20,10...