开发者

Xcode : let the user choose the background [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad开发者_如何学运维, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

How do I have to do that the user can choose the background of the app by pressing a UIButton ? By pressing the UIButton it wil


You may do this as follows. When the user taps the button, presents a new view managed by a table view controller. The table should show on each row a thumbnail representing a possible background, and a text associated to the image, may be its name. When the user selects a row, you first save the choice (using the defaults, your own database or storing it in your core data model) and then change the background accordingly.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜