也许你也能用到,iPhone开发小技巧系列(一)

iPhone开发小技巧第一期

 

都是一些很简单的东西,但是会经常用到或碰到,所以记录下来以备查找,希望对你也有用。

 

 

1. 在Window-based Application中添加视图

http://www.vktone.com/articles/window_based_app_add_view.html

 

2. 一个显示警告信息的便利函数(showAlert)

http://www.vktone.com/articles/show_alert_in_ios.html

 

3. Objective C中根据类名创建实例

http://www.vktone.com/articles/create_instance_by_class_name.html

 

4. Xcode生成的UITableViewController子类

http://www.vktone.com/articles/subclass_uitableviewcontroller.html

 

5. Objective C中整数与字符串的相互转换

http://www.vktone.com/articles/int_string_convert_in_objc.html

 

下期继续。

 

 

你可能感兴趣的:(iPhone开发)