开发者

iphone API's for tea time application

开发者 https://www.devze.com 2023-01-10 08:16 出处:网络
i want to know what API\'s in iPhone that we used to: Achieve an action by pressing a button Show normal inpu开发者_StackOverflow中文版t fields

i want to know what API's in iPhone that we used to:

  • Achieve an action by pressing a button
  • Show normal inpu开发者_StackOverflow中文版t fields
  • Give access to a persistent storage
  • Realize a count-down timer


  • Achieve an action by pressing a button
    • UIButton's -addTarget: action: forControlEvents: will help you out there.
  • Show normal input fields
    • You'll be looking for UITextField here.
  • Give access to a persistent storage
    • Either use the SQLite C API or Core Data
  • Realize a count-down timer
    • Use NSTimer.
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号