ios - Updatable text field -


this simple many of you. have been asked build simple iphone app in xcode when view loaded update text field sentence of text (that updated daily). have been trying research struggling little find right thing.

someone update db sentence of text fed text field.

i know open question point me in direction of how , can research myself?

thanks,

chris

well, start need url point content want. can grab following. please note not best method of doing so, if new ios not going optimized solution.

nsstring *phrase = [nsstring stringwithcontentsofurl:[nsurl urlwithstring:@"http://yoururl.com"]]; 

then can applied simple uilabel.

somelabel.text = phrase; 

of course there more adding button , whatnot, can find in standard tutorial anywhere online


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -