ios - Details ViewController for MKAnnotation -
i'm trying make detail view after user clicks on mkannotation switch on new view (in navigationcontroller). looking making view similar see click on annotation in apple maps. see picture @ top of view, followed various entries of text.
i need show following fields in view , want display in organized way.
var business_name : string var category : string var address : string var city : string var type : string var location : string var valid : string var comments : string var date : string var username : string var additional_comment_count : string
how can make view similar apple maps detail view controller looks? need incorporate different types of views? need make own custom views?
it looks table view controller, diferent type of cells. top cell have image view, many of ther other cells normal title/detail cell , other cells have collection views/scrollviews in them
Comments
Post a Comment