一些IOS的基礎知識

2021-06-28 16:53:49 字數 770 閱讀 9886

1. 獲取當前的storybord**

uistorybord *storybord = [uistorybord storyborewithname:@「main」 bundle:[nsbundle mainbundle]];

2.利用獲取到的stordbord 每次都新建乙個對應的viewcontroller

id viewcontroller = [ storybord instantiateviewcontrollerwithidentifier:@「contentview」 ];

3. 通過storybord中檢視的tag獲取對應view

uitableview  *tableview = [self.view viewwithtag:1];

4. 獲取nib檔案

uinib *nib = [uinib nibwithnibname: @「bidnameandcolorcell」 bundle:nil ];

然後t ableview可以利用方法  registernib: forcellreuseidentifier: 來載入個性化的 cell元素

5. 初始化nsmutablearray初始化

nsmutablearray *array = [@[@「obj1」,@「obj2」,@「obj3」,@「obj4」,@「obj5」] mutablearray]

6. ios中插入廣告的方式

引入iad包。

1)加入橫條廣告:在viewdidload中輸入:self.candisplaybannerads = yes:

一些基礎知識

關於cd cd 返回剛才的位置 關於ls ls l,簡寫ll ls a顯示的檔案以.開頭,隱藏檔案 la al 關於cp cp r tmp dir 拷目錄 tmp拷到dir 需要加 r的 cp rm 10 13 1.grep 在乙個字元集合中找到符合條件的行輸出 如 grep hello file ...

一些基礎知識

linux基礎知識考查 1 在linux 系統中,以 檔案 方式訪問裝置 2 前台起動的程序使用 ctrl c 終止。3 在使用ls 命令時,用八進位制形式顯示非列印字元應使用引數 b 4 在linux 系統中,用來存放系統所需要的配置檔案和子目錄的目錄是 etc 5 在linux 系統中,壓縮檔案...

一些基礎知識(一)

1 類成員的組成 函式成員和資料成員 資料成員 字段,常量,事件成員 public int a 0 字段成員 public const int b 90 常量public event customeventhandler raisecustomevent 事件成員 函式成員 方法,屬性,建構函式,終...