Archive for the '技术' Category

SVSegmentedControl

星期日, 七月 24th, 2011

https://github.com/samvermette/SVSegmentedControl

TapKuLibrary

星期日, 七月 24th, 2011

这是一个IOS UI库,有一些UI界面的解决方案

https://github.com/devinross/tapkulibrary#readme

在Project中使用

Clone the TapkuLibrary git repository: `git clone git://github.com/devinross/tapkulibrary.git`. Make sure you store the repository in a permanent place because Xcode will need to reference the files every time you compile your project.
Locate the src/TapkuLibrary.xcodeproj and src/TapkuLibrary.bundle and add these to your XCode project (Figure 1). (use ‘Add files to project’ from ‘File’ menu instead of dragging and dropping, to prevent crash when adding target dependency in next step. c.f. Xcode 4 bug)

Figure 1
Select your main Xcode project from the sidebar in Xcode and then select the project target. Select the Build Phases tab.
Under the Target Dependencies group, click the plus button, select TapkuLibrary from the menu, and choose Add. (Figure 2)
Under the Link Binary With Libraries group, click the plus button, select libTapkuLibrary.a from the menu, and choose Add. Also add MapKit and QuartzCore. (Figure 2)

Figure 2
Choose the Build Settings tab. Make sure All in the top left of the bar under the tabs. Add the path to the src folder to Header Search Path (do not click the Recursive checkbox). Add -all_load -ObjC to Other Linker Flags.

UIPageControl例子

星期三, 七月 20th, 2011

http://www.edumobile.org/iphone/iphone-programming-tutorials/pagecontrol-example-in-iphone/
PageControlExample

how to – 自定义NavigationBar

星期五, 七月 8th, 2011

http://stackoverflow.com/questions/2259929/iphone-navigationbar-custom-background

https://discussions.apple.com/thread/1649012?threadID=1649012&tstart=0

Property List Programming Guide

星期四, 七月 7th, 2011

Property List Programming Guide

IPhone 中的字体

星期三, 七月 6th, 2011

2011-07-06 16:58:04.244 PinkLottery[5602:207] Arial Hebrew
2011-07-06 16:58:04.245 PinkLottery[5602:207] Zapfino
2011-07-06 16:58:04.245 PinkLottery[5602:207] Oriya Sangam MN
2011-07-06 16:58:04.246 PinkLottery[5602:207] Cochin
2011-07-06 16:58:04.247 PinkLottery[5602:207] Baskerville
2011-07-06 16:58:04.247 PinkLottery[5602:207] Palatino
2011-07-06 16:58:04.248 PinkLottery[5602:207] Chalkboard SE
2011-07-06 16:58:04.250 PinkLottery[5602:207] Gurmukhi MN
2011-07-06 16:58:04.250 PinkLottery[5602:207] Verdana
2011-07-06 16:58:04.251 PinkLottery[5602:207] Tamil Sangam MN
2011-07-06 16:58:04.251 PinkLottery[5602:207] Marker Felt
2011-07-06 16:58:04.252 PinkLottery[5602:207] Courier New
2011-07-06 16:58:04.253 PinkLottery[5602:207] Courier
2011-07-06 16:58:04.253 PinkLottery[5602:207] Trebuchet MS
2011-07-06 16:58:04.254 PinkLottery[5602:207] DB LCD Temp
2011-07-06 16:58:04.255 PinkLottery[5602:207] Apple Color Emoji
2011-07-06 16:58:04.255 PinkLottery[5602:207] Arial Rounded MT Bold
2011-07-06 16:58:04.256 PinkLottery[5602:207] Bangla Sangam MN
2011-07-06 16:58:04.257 PinkLottery[5602:207] Telugu Sangam MN
2011-07-06 16:58:04.313 PinkLottery[5602:207] American Typewriter
2011-07-06 16:58:04.314 PinkLottery[5602:207] Arial
2011-07-06 16:58:04.314 PinkLottery[5602:207] Kailasa
2011-07-06 16:58:04.315 PinkLottery[5602:207] AppleGothic
2011-07-06 16:58:04.315 PinkLottery[5602:207] Hiragino Kaku Gothic ProN
2011-07-06 16:58:04.316 PinkLottery[5602:207] Heiti SC
2011-07-06 16:58:04.316 PinkLottery[5602:207] Malayalam Sangam MN
2011-07-06 16:58:04.317 PinkLottery[5602:207] Thonburi
2011-07-06 16:58:04.317 PinkLottery[5602:207] Helvetica
2011-07-06 16:58:04.318 PinkLottery[5602:207] Noteworthy
2011-07-06 16:58:04.318 PinkLottery[5602:207] Gujarati Sangam MN
2011-07-06 16:58:04.319 PinkLottery[5602:207] Heiti K
2011-07-06 16:58:04.319 PinkLottery[5602:207] Futura
2011-07-06 16:58:04.320 PinkLottery[5602:207] Devanagari Sangam MN
2011-07-06 16:58:04.321 PinkLottery[5602:207] Heiti TC
2011-07-06 16:58:04.322 PinkLottery[5602:207] Sinhala Sangam MN
2011-07-06 16:58:04.322 PinkLottery[5602:207] Kannada Sangam MN
2011-07-06 16:58:04.323 PinkLottery[5602:207] Georgia
2011-07-06 16:58:04.654 PinkLottery[5602:207] Heiti J
2011-07-06 16:58:04.655 PinkLottery[5602:207] Times New Roman
2011-07-06 16:58:04.655 PinkLottery[5602:207] Snell Roundhand
2011-07-06 16:58:04.656 PinkLottery[5602:207] Geeza Pro
2011-07-06 16:58:04.656 PinkLottery[5602:207] Helvetica Neue

http://cc.cocimg.com/bbs/attachment/Fid_6/6_18112_99e927eed27a214.gif

Supporting High-Resolution Screens

星期二, 七月 5th, 2011

http://developer.apple.com/library/ios/#DOCUMENTATION/2DDrawing/Conceptual/DrawingPrintingiOS/SupportingHiResScreens/SupportingHiResScreens.html#//apple_ref/doc/uid/TP40010156-CH15-SW1
My question

ios图表

星期四, 六月 30th, 2011

Core Plot
教程1
教程2

Grand Central Dispatch (GCD) Reference

星期四, 六月 30th, 2011

Grand Central Dispatch (GCD) Reference

Blocks Programming Topics

星期四, 六月 30th, 2011

read