zoukankan      html  css  js  c++  java
  • FirstApp,iphone开发学习总结

    接触iphone开发也有半年了,看了点东西,最近总是记不住,写一个App,总结下,尽可能的添加功能。代码也会不断完善。
    希望好人指点指点。

    暂时想到的内容包含在5个tabbar中,添加5个UIViewController,分别命名为:ImageViewController、TableViewController、ButtonViewController、TextFieldViewController、NavigationViewController,包含的内容为(持续添加):

    ImageView:

         1.添加图片

         7.添加相机按钮。

         添加TextField,做SQL操作。

         Core Data。

    TableView:

         2.显示几条数据。

         8.使用TableViewCell。

         10.归档(序列化、固化)

         11.删除和移动。

         选择并打开新的Table(通过NSXMLParser)。

         点击新Table,打开WEB。

    Button:

         3.显示几个按钮,点击提示。

         9.添加转动,布局排版。

         重力。

    TextField:

         4.传值显示。

         5.添加Slider。

         输入添加至TableView。

         添加设置。(改变Label值)

    Navigation:

         6.添加3个页面,互相推。

         第1个页面添加视频播放。

         第2个页面 实现简单的动画。

    还需要增加别的功能,待完善,自我总结。 

  • 相关阅读:
    Wooden Sticks(hdu1051)
    Leftmost Digit(hdu1060)(数学题)
    Sum of Remainders(数学题)
    Brain Network (medium)(DFS)
    Brain Network (easy)(并查集水题)
    Collective Mindsets (medium) (逻辑题)
    Collective Mindsets (easy)(逻辑题)
    RMQ with Shifts(线段树)
    Throwing Dice(概率dp)
    圆桌会议
  • 原文地址:https://www.cnblogs.com/maxfong/p/2480055.html
Copyright © 2011-2022 走看看