• ObjectiveC1基础代码——类和对象

    时间:2021-11-12 05:04:55

    //// main.m// ObjectiveC1//// Createdbyscjyon15/10/30.// Copyright©2015年lizhipeng.Allrightsreserved.//#import<Foundation/Foundation.h>//引入头文件(也就...

  • 如何在ObjectiveC项目C ++文件中使用

    时间:2021-11-11 11:19:27

    IhaveareqularobjectiveCproject.Iimport10C++filesintomyproject.Allthisfilestake"arecommunicating"witheachother.IfIhavealookatFile1.h,thisfilecanmanagea...

  • objectiveC获取本地时间。

    时间:2021-09-01 13:13:02

    NSDate*date=[NSCalendarDatedate];NSLog(@"%@",date);日历在IOS里报错,,。NSDateFormatter*formatter=[[NSDateFormatteralloc]init];[formattersetDateFormat:@"yyyy-M...