Icon only UITabbar, no title at all.
1.Clear the title attribute to empty. 2.Set the Image Insect attribute of the Tabbar item as follow And you're good to go. Happy Tabbaring...
1.Clear the title attribute to empty. 2.Set the Image Insect attribute of the Tabbar item as follow And you're good to go. Happy Tabbaring...
I found that it's really weird to set UITabbar tintColor. It won't work if you change the Tint attribute in the View section. You have to add the attribute by…
I've been bothered by this issue for a long time. And finally I'd decide to find the best practice today to do this job. Here are the steps: Step 1.…
UITableViewCell 有 heightForRowAtIndexPath 可以指定 但是實務上總是會碰到客戶的要求:「動態列高」 若是「想以文字內容決定 UILabel 的高度」 可以使用下面的程式 先用「文字,字型和寬度」(這點要事先決定,不然沒辦法算)計算出 UILabel 的高度 然後再用這個算出來的高度去 initWithFrame 搞定,收工放飯 +(float) getHeightForText:(NSString*) text withFont:(UIFont*) font andWidth:(float)width { CGSize constraint = CGSizeMake(width , 20000.0f); CGSize…
如果你會看到這篇文章 很有可能你是因為想判斷 iPhone 的不同型號 然後做不同的顯示(字體大小、間距....) 現在讓我告訴你 不要再這麼做了 因為東西南北有的沒有的原因 我落入了「判斷手機型號,然後寫不同的顯示 code」的地獄深淵 好不容易寫完了 交付使用者測試時卻發現「走鐘」現象 奇怪的是在模擬器上顯示一切正常 後來才知道 除了可以設定字體大小之外 iPhone 6/6P 還提供了 Zoom 的功能(註) (分成一般顯示和 Zoom 顯示) iPhone 6Plus 開啟 Zoom 模式,就等同…
- Simple marquee banner with scrolling text - Easy to use - Decide what color the text is by yourself - Decide the background color by yourself - Decide the…
Mini marquee (banner) for iPhone v2.2 is ready in AppStore - Simple marquee banner with scrolling text - Easy to use - Decide what color the text is by yourself…
本來這個 iPhone app 還有一點點廣告量 結果自己把持不住 被 Google 的行銷廣告所誘惑 加入了全頁式的廣告 結果廣告量直線往下掉 掉到原來的十分之一 真慘... 日前決心把全頁式廣告移除後上架更新 希望能夠回到之前的廣告量