天堂向右,我依然向左

天下之大,虽离家千里,何处不可往!何事不可为!
生活之路,纵坎坷曲折,当奋斗不息,则精彩纷呈!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2010年8月25日

摘要: In a view controller you have a UITextField and a UITableView. Assign the view controller to be the delegate of the both controls, plus the data source of the table.Implement the UITextField delegate methodtextField:shouldChangeCharactersInRange:replacementString:in your controller. This intercepts 阅读全文
posted @ 2010-08-25 16:13 老舟 阅读(341) 评论(0) 推荐(0) 编辑