原创 搜索 和 關鍵字高亮

@interface SHSeachViewController ()<UISearchBarDelegate, UITableViewDataSource, UITableViewDelegate> @property(nona

原创 ionic 打包錯誤

Jack is required to support java 8 language features. Either enable Jack or remove sourceCompatibility JavaVersion.

原创 UI2_UILabel

import “AppDelegate.h” @interface AppDelegate () @end @implementation AppDelegate - (BOOL)application:(UIApplicatio

原创 視圖控制器

SecondViewController *secVC = [[SecondViewController alloc] init]; // 設置模態跳轉的動畫效果 [secVC setModelTransitionStyle:UI

原创 Target-Action

#import <UIKit/UIKit.h> @interface MyButton : UIView // 1.寫一個自定義的方法 - (void)addNewTarget:(id)target action:(SEL)ac

原创 蘋果尺寸

4.7英寸 iPhone6 5.5英寸 6Plus 4英寸 iPhone5 3.5英寸 iPhone4S 點贊 收藏 分享 文章舉報 s_huayangnianhu

原创 A段項目要求

1.登陸 2.意見反饋(郵件) 3.友盟統計 4.短信驗證(註冊) 5.版本檢測 6.高德(百度)地圖(畫線) 7.本地推送(定時暫停) 8.二維碼() 9.本地相冊(照相機)(頭像) 10.網絡狀態判斷 11

原创 UITextField

import “AppDelegate.h” @interface AppDelegate () @property(nonatomic, retain)UITextField *secondText; @property(n

原创 手勢

#import "RootViewController.h" @interface RootViewController () @property(nonatomic, retain)UIImageView *imageVie

原创 加速計_陀螺儀_磁力計

在Build Phases 下的Link Binary With Libraries (1 item)中加入 CoreMotion.framework文件包 #import "ViewController.h" #import <

原创 LTView

簽訂UIAlertViewDelegate協議 UIAlertView *alert = [[UIAlertView alloc] initWithTitle@"你好" message:@"不好" delegate:nil c

原创 文章標題

1.Masony 2.系統地圖 3.通訊錄 4.sizeclass/autolayout 5.加速計/磁力計 6.程序間通訊 7.iPad popoverController splitView

原创 ionic3 按照NFC後打包錯誤

安裝NFC ionic cordova plugin add phonegap-nfc npm install @ionic-native/nfc 打包apk ionic cordova build android 報錯: 引入

原创 ionic3打包錯誤

打包時出現此錯誤: No resource found that matches the given name (at ‘networkSecurityConfig’ with value ‘@xml/network_securi

原创 ionic 插件安裝

ionic 插件安裝 安裝本地已有插件 cordova plugin add Your_Plugin_Path --variable APP_KEY=your_jpush_appkey 或直接通過 url 安裝: cordova pl