一、之前上架的 App 在 iOS 9 会闪退问题(iOS系统版本更新,未配置新版本导致闪退问题)最新更新:(2015.10.02)开发环境:Delphi 10 SeattleOS X El Capitan v10.11需使用下列 HotfixID: 30398, PAServer Hotfix f...
原创
2021-07-28 15:05:58
1075阅读
1、AFN与ASI对比-- AFN1. 基于 NSURLConnection & NSURLSession 进行的封装2. 使用简单3. 提供了自动的序列化 & 反序列化支持!AFN的优势:URL直接传字符串响应回来得到的数据可以半自动反序列化(json可以自动(afn默认json解析),xml需要...
原创
2021-07-28 15:54:15
355阅读
一, 效果图。 二,工程图。 三,代码。 RootViewController.h #import <UIKit/UIKit.h> #import "CalendarView.h" #import "CalendarUtils.h" #import "CalendarStyle.h" @interf
转载
2016-02-25 09:30:00
270阅读
2评论
代码: - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view. self.title=@"拍照动画"; } //点击任何处,弹出动画 -(void)touchesBeg
转载
2016-04-27 09:09:00
166阅读
2评论
代码: ViewController.h #import <UIKit/UIKit.h> //短信分享 #import <MessageUI/MFMailComposeViewController.h> #import <MessageUI/MFMessageComposeViewControlle
转载
2016-01-27 09:32:00
197阅读
2评论
代码: - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view. self.title=@"屏幕旋转"; } #pragma mark -屏幕旋转 -(BOOL)shou
转载
2016-05-13 08:56:00
246阅读
2评论
代码: - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view. self.title=@"圆角矩形"; UIImageView *imageView=[[UIImage
转载
2016-06-17 09:12:00
151阅读
2评论
一,工程图。 二,代码。 NetManager.h #import <Foundation/Foundation.h> @interface NetManager : NSObject + (id)sharedManager; -(void)firstPrintf; -(void)secondPri
转载
2015-12-25 09:18:00
106阅读
2评论
一,效果图。 二,工程图。 三,代码。 RootViewController.h RootViewController.m
转载
2016-04-08 09:08:00
160阅读
2评论
一,效果图。 二,工程图。 三,代码。 RootViewController.h RootViewController.m
转载
2016-02-24 09:34:00
62阅读
2评论
一,效果图。 二,工程图。 三,代码。 RootViewController.h RootViewController.m
转载
2015-12-10 09:06:00
93阅读
2评论
一,效果图。 二,工程图。 三,代码。 ViewController.h #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end ViewController.m #import "ViewControlle
转载
2016-06-03 09:10:00
129阅读
2评论
一,效果图。 二,代码。 ViewController.m
转载
2017-08-11 09:45:00
47阅读
2评论
一,效果图。 二,工程图。 三,代码。 ViewController.h ViewController.m MapLocation.h MapLocation.m
转载
2016-04-19 09:15:00
118阅读
2评论
一,效果图。 二,工程图。 三,代码。 ViewController.h ViewController.m
转载
2016-01-21 09:04:00
99阅读
2评论
一,效果图。 二,工程图。 三,代码。 RootViewController.h RootViewController.m
转载
2015-12-14 09:26:00
83阅读
2评论
代码: RootViewController.h RootViewController.m
转载
2016-06-14 09:12:00
164阅读
2评论
一,效果图。 二,工程图。 三,代码。 RootViewController.h #import <UIKit/UIKit.h> @interface RootViewController : UIViewController <UITableViewDataSource,UITableViewDe
转载
2016-05-31 09:06:00
121阅读
2评论
一,代码。 - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view. NSString *str = @"你好啊"; NSMutableArray *arr = [[NS
转载
2016-06-01 09:08:00
181阅读
2评论