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.
I need help on implementing a alphabetical scroller like in the music app on the right hand side and in the contacts app.
It's documented here : Populating an Indexed List
You'll need to implement tableView:sectionForSectionIndexTitle:atIndex:
You need to implement UITableViewDataSource:
http://developer.apple.com/library/IOs/#documentation/UIKit/Reference/UITableViewDataSource_Protocol/Reference/Reference.html#//apple_ref/occ/intfm/UITableViewDataSource/sectionIndexTitlesForTableView:
Specifically, the callbacks:
-sectionIndexTitlesForTableView:
-tableView:sectionForSectionIndexTitle:atIndex:
This tutorial covers that:
http://www.iosdevnotes.com/2011/10/uitableview-tutorial/
Related
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 9 years ago.
Any way of doing the described in this question in iOS?
NSTokenField with mixed token/string input, possible?
As you probably know there are no equivalent Classes for iOS, anyway there are a couple of project around that do this pretty well, for example TITokenField. You can use the control as it is or grab just the logic behind.
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 9 years ago.
The thing is that I'm making a golf-app and I need the users to fill out all their scores in it. Well I really want the view to look like a golf-scoreboard but how can I achieve this :o?
Thanks guys, much appriciated :D!
You need to use a tableview and use this control: https://github.com/allaboutapps/A3GridTableView
You need to change this according to your needs.. Hope this helps you to start..
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 9 years ago.
hi I'm new in iPhone development.I saw some code for creating new event but most of them have ,Alert repeated ,URL section my question is how can I custom them, I mean How can I remove them and add some new sections?
Can any body suggest solution for it?
http://developinginthedark.com/posts/iphone-tapku-calendar-markers
Check this it may help you.there is tapku calendar library for iOS and you can easily customize this.
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 10 years ago.
All I want to do is explore my options. I want to create an app that requires displaying card like cells. I'm familiar with tableviews and how you can customize them to show certain info and picture.
Have a look at the new UICollectionView added in iOS 6.0
It's pretty the same as a UITableView but it's easier for those "card-style" views.
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 10 years ago.
I want to get the effect like Google Maps, but replace MapView with EAGLView.Is this possible and how?
I used link.It use UIView as targetView,there's something wrong when set targetView to EAGLView i'm not sure it support EAGLView
Check out XBPageCurl, https://github.com/xissburg/XBPageCurl
i've not used it EAGLView, but it seems to work with any view