John 中 的 技術 node
2013年11月6日 星期三
ios table view 要把 Header table 拿掉
晚上9:55
ios
,
objective c
No comments
//設置Header table的高度
- (
CGFloat
) tableView:(
UITableView
*)tableView heightForHeaderInSection:(
NSInteger
)section
{
return
1
;
}
以電子郵件傳送這篇文章
BlogThis!
分享至 X
分享至 Facebook
分享到 Pinterest
較新的文章
較舊的文章
首頁
0 意見:
張貼留言
訂閱:
張貼留言 (Atom)
Social Profiles
Popular
Tags
Blog Archives
ios objective c #ifdef #endif #define #if 用法
1.情況 #define _xxx #ifdef _xxx 程序1 #else 程序2 #endif 這表示 如果 _xxx 的字符 是否有被 #define 定義過 如果定義了就會跑入程序1(如上所示) 2.情況 #define...
Android Parse call cloud code api
第一步 安裝parse 到android 第二步 import com.parse.FunctionCallback; import com.parse.Parse; import com.parse.ParseCloud; impor...
利用Foundation來設計適應的web app ui 版型
本文介紹的是位於美國加州Campbell,一家名叫"Zurb"的設計公司所製作的 Foundation框架 。Pixar(皮克斯動畫公司)和National Geographic(國家地理頻道)都有採用此框架製作網頁。 從Foundation專案的 F...
Html5 Canvas 基本練習 劃線 畫圓
什麼是 Canvas ? HTML5的 Canvas 元素使用的Javascript在網頁上繪製圖像。 Canvas 是一個矩形區域,您可以控制其每一像素。 Canvas 上擁有多種繪製路徑,矩形,圓形,字符以及添加圖片的方法 Create a Canv...
Core Data 將設計出來的資料庫轉成 .h 與 .m
step1. 點擊 .xcdatamodel檔案 => add Entity => 新增你的Attributes step2.點擊 Editor => Create NSManagedObject Subclass.... ...
ios UIImage URL 要讀取網路圖片
code範例: NSURL * imageURL = [ NSURL URLWithString :@ "http://example.com/demo.jpg" ]; NSData * imageData = [ NSData dataWithC...
UITextField 設定 游標的 顏色 set color
step1. 宣告一個 UITextField *bmiTextField; 加入 bmiTextField . delegate = self ; step2. 設定事件 - ( void )textFi...
利用 Responsive web design 自動適應所有版型 利用Bootsrap
step1. 先到官方網站去下載Bootstrap http://getbootstrap.com/ step2.進入網站後 點選 左邊的Download 將套件下載回來!!! step3. 完畢解壓縮,分別會看到css、fonts、js的資料夾 s...
Core Data 新增版本
step1.新增一個model文件(xcdatamodel) 確認命名版本 建議在後面加上你的版本數字 以後好維護 右邊在選擇你現在需要的版本
ASP.net 2012 api 要跨網域方法
假設我們今天開發了一個 ASP.NET Web API 的 Web Services ,這個 Service 的主機名稱為 www.web1.com (稱A),同時我們也開發另外一個網站主機名稱為 www.web2.com (稱B),然而假設 B 網站存取 A 網站的 Web A...
關於我自己
張中
檢視我的完整簡介
技術提供:
Blogger
.
網誌存檔
►
2015
(5)
►
7月
(1)
►
5月
(1)
►
2月
(1)
►
1月
(2)
►
2014
(14)
►
10月
(2)
►
9月
(1)
►
3月
(1)
►
2月
(4)
►
1月
(6)
▼
2013
(38)
►
12月
(1)
▼
11月
(4)
git - 在 master 上面加上新 tag
判斷是否為 iPhone 5
ios table view 要把 Header table 拿掉
cocoapods 的更新指令
►
10月
(3)
►
9月
(6)
►
8月
(7)
►
7月
(17)
標籤
AFNetworking
(1)
android
(2)
Angular js
(2)
API
(3)
ASP API架構
(2)
ASP.NET
(3)
Bootsrap
(1)
Bower
(1)
C#
(3)
Canvas
(1)
CocoaPods
(2)
edmx
(1)
Foundation
(1)
git
(6)
HelpPage
(1)
html5
(3)
ios
(23)
Javascript
(1)
laravel
(1)
mac
(1)
model
(1)
MVC4
(1)
objective c
(24)
os
(1)
parse
(3)
phonegap
(1)
Polymer
(1)
React
(1)
Sublime Text
(2)
Sublime Text2
(1)
web app
(1)
webapp
(1)
網誌存檔
►
2015
(5)
►
7月
(1)
►
5月
(1)
►
2月
(1)
►
1月
(2)
►
2014
(14)
►
10月
(2)
►
9月
(1)
►
3月
(1)
►
2月
(4)
►
1月
(6)
▼
2013
(38)
►
12月
(1)
▼
11月
(4)
git - 在 master 上面加上新 tag
判斷是否為 iPhone 5
ios table view 要把 Header table 拿掉
cocoapods 的更新指令
►
10月
(3)
►
9月
(6)
►
8月
(7)
►
7月
(17)
Recent Posts
Sample Text
Download
0 意見:
張貼留言