This tag should be used only on questions that are about Objective-C features or depend on code in the language.
I am currently receiving a string like this: @"Sam|26,Hannah|22,Adam|30,Carlie|32,Jan|54" And I am splitting it like this: …
objective-c string cocoa-touch cocoa nsstringI am making a library to get response from a particular URL with specified data and method type. For this, …
iphone objective-c url get nsurlIn my scroll view, I want to get the current page that's being displayed (maybe page isn't the correct term). …
ios objective-c iphone cocoa-touch uiscrollviewI am using background task to run the timer in the background to update the user's location. It's declared as: …
objective-c ios7 xcode5In my application - there are four buttons named as follows: Top - left Bottom - left Top - right …
iphone objective-c xcode uiview calayerSo this HTML code submits the data in the correct format for me. <form action="https://www.example.com/…
objective-c http-post multipartform-data http-post-varsI have an NSString with the value of http://digg.com/news/business/24hr How can I get everything before …
objective-c nsstring nsurlI want to center the text vertically inside a big UITextView that fills the whole screen - so that when …
iphone objective-c ios xcode uitextviewWhat is wrong with the below code -(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ NSString *CellIdentifier = @"Cell"; UITableViewCell *cell = […
ios objective-c uitableviewI have the following problem: I get an instance of a class passed and want to know the name of …
iphone objective-c class instance classname