Time of Update: 2018-07-24
因為做發車項目 用到高德地圖,不過兩個項目高德地圖 百度地圖都用到過,基本流程都一樣。 1.匯入需要的SDK配置。。。 2. // 代理 <MAMapViewDelegate, AMapLocationManagerDelegate,AMapSearchDelegate,AMapNaviDriveManagerDelegate, AMapNaviDriveViewDelegate> // 屬性 // 地圖相關
Time of Update: 2018-07-24
最好添加支援http協議 info plist加 <dict> <key>NSAllowsArbitraryLoads</key> <true/></dict> 注意: 模擬器中也是可以跳轉的,模擬器第一次跳轉APP會彈出一個提示框。 真機不會彈提示框 這裡的 URL identifier選填,URL Schemes必填 URL
Time of Update: 2018-07-24
(轉載者請註明出處:作者:箭矢 地址:http://blog.csdn.net/u012460084) 小夥伴們,在iOS開發過程中可能需要用到更多的藝術字,而蘋果所提供的字型卻不能滿足我們的要求,這時候就需要用到從外部匯入我們想要的字型庫供我們使用。過程如下: 一、找到自己需要的.ttf(或.otf)字型庫 1.我們可以直接到網上下載,這個就不細說了…… 2.還可以在mac電腦中尋找自己想要的字型庫,步驟如下: 將找到的字型庫拷貝出來。
Time of Update: 2018-12-03
轉自:http://blog.sina.com.cn/s/blog_79a120e501018c2n.htmlUIView 的方法:- (void)drawRect:(CGRect)rect擷取當前context: CGContextRef context
Time of Update: 2018-12-05
原文地址: http://www.cocoachina.com/bbs/read.php?tid=90544&fpage=3ios系統中各種設定項的url連結 在代碼中調用如下代碼:NSURL*url=[NSURL URLWithString:@"prefs:root=WIFI"];[[UIApplication sharedApplication] openURL:url];即可跳轉到設定頁面的對應項。[font=]About —
Time of Update: 2018-12-03
1.得到一個StoryBoard+ (UIStoryboard *) storyboardWithName:(NSString *)name bundle:(NSBundle *)storyboardBundleOrNil// 也可以通過一個在storyboard中有sence的viewController中用self.storyBoard得到自己所在的storyboard2.返回第一個介面//
Time of Update: 2018-12-05
/** * @brief 圖片壓縮 * UIGraphicsGetImageFromCurrentImageContext函數完成圖片儲存大小的壓縮 * Detailed * @param[in] 源圖片;指定的壓縮size * @param[out] N/A * @return 壓縮後的圖片 * @note */+ (UIImage *)image:(UIImage *)image fitInsize:(CGSize)viewsize {CGFloat scale;CGSize
Time of Update: 2018-12-05
#import "Utility.h"@implementation Utility+(NSString *)createMD5:(NSString *)signString{ const char*cStr =[signString UTF8String]; unsigned char result[16]; CC_MD5(cStr, strlen(cStr), result); return[NSString stringWithFormat: @
Time of Update: 2018-12-04
最近忙於android和iOS的項目,寫完了android的DES 的ECB模式加密解密(相關串連:http://blog.csdn.net/vipa1888/article/details/8086037),又回到了Ios上面,因為本人也是最近今年開始研究ios的,所以Ios上面好多東西都不懂,進過了半年的研究,終於吧ios的DES
Time of Update: 2018-12-06
NSDateFormatter用於NSDate與NSString之間的轉換:NSDate轉為NSString:NSDate *date = [NSDate date];NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init];[dateFormatter setDateFormat:@"yyyy-MM-dd hh:mm:ss"]; //設定時間輸出的格式為年-月-日 時:分:秒NSString *dateDesc =
Time of Update: 2018-12-06
1.self.name = [[NSString alloc] init];2._name = [[NSString alloc] init]; self.name =
Time of Update: 2018-12-06
有兩種方式檢測搖動:1. 繼承UIWindow- (void)motionBegan:(UIEventSubtype)motion withEvent:(UIEvent *)event{}- (void)motionEnded:(UIEventSubtype)motion withEvent:(UIEvent *)event{ if (motion == UIEventSubtypeMotionShake ) { // User was shaking the
Time of Update: 2017-08-22
【代碼筆記】iOS-手機版本號碼,機型,作業系統版本,裝置唯一識別碼,ios-版本號碼一,代碼。RootViewController.m#import "ViewController.h"#import "sys/utsname.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad { [super viewDidLoad]; // Do any additional
Time of Update: 2017-05-24
【代碼筆記】iOS-MBProgressHUD,ios-mbprogresshud一,工程圖。二,代碼。AppDelegate.h#import <UIKit/UIKit.h>#import "MBProgressHUD.h"@interface AppDelegate : UIResponder<UIApplicationDelegate,MBProgressHUDDelegate>{ MBProgressHUD
Time of Update: 2017-05-17
【代碼筆記】iOS-iphone開發之擷取系統字型,ios-iphone字型代碼:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. NSLog(@"--系統的所有字型--%@",[self getAllSystemFonts]); NSLog(@"--系統當前字型--%@",[self getCurrentFont]);
Time of Update: 2015-05-30
[oc學習筆記]便利構造器無法被繼承,oc學習筆記今天老師講到便利構造器和繼承問題,於是我就在想,是否便利構造器是否也能像父類中的方法一樣被子類繼承呢?答案當然是不可以,首先父類構造器就是為創造父類對象而寫,就如同你的爺爺和你的奶奶是父類構造器,於是產生了你爸這個父類對象;然而你爸和你媽是子類構造器,於是產生了你這個子類對象;如果構造器可以繼承,那麼你就可以經過你的爺爺和你的奶奶這個父類構造器產生;所以想到這,思路就豁然開朗。
Time of Update: 2015-05-30
【學習筆記】【C語言】資料,學習筆記c語言1. 什麼是資料 生活中時時刻刻都在跟資料打交道,比如體重資料、血壓資料、股價資料等。在我們使用電腦的過程中,會接觸到各種各樣的資料,有文檔資料、圖片資料、視頻資料,還有聊QQ時產生的文字資料、用迅雷下載的檔案資料等。 2. 資料的分類 電腦中儲存的資料可以分為兩種:待用資料和動態資料。 1> 待用資料
Time of Update: 2015-05-19
iOS Programming Touch Events and UIResponder,iosuiresponderiOS Programming Touch Events and UIResponder 1 Touch Events As a subclass of UIResponder, a UIView can override four methods to handle the four distinct touch
Time of Update: 2013-10-28
當使用者在蘋果市集裡尋找新應用時,往往基於設計來考量是否購買。生活中,或許很多人告誡我們不要憑藉封面去評判一本書;既然無法試用一款應用,那麼成為我們評判一款應用品質好壞的重要依據。既然使用者無法通過瀏覽App Store來判斷應用的易用性和代碼健壯性,那麼將設計作為評判依據是合理的,這意味著同類應用競爭時,往往具備優秀的體驗設計的應用更受歡迎。如何設計優秀的iPhone應用呢?有如下五點建議。1. 應用線框圖當我們討論應用設計時,通常包含兩個主要因素:使用者體驗設計(user
Time of Update: 2013-10-28
系統至ios6之後,關於圖片展開的方法已經擴充至3個函數: 1.ios4提供的方法: - (UIImage *)stretchableImageWithLeftCapWidth:(NSInteger)leftCapWidth