27 reputation
5
bio website
location
age
visits member for 7 months
seen May 13 at 22:13
stats profile views 11

Nov
16
comment Get URL from WebView to Open in Safari
I've updated my post after doing what you suggested.
Nov
16
revised Get URL from WebView to Open in Safari
added 2823 characters in body
Nov
16
comment Embedded YouTube Video in Landscape
I have yet to figure this out. Let me know if you get anywhere with it.
Nov
16
asked Get URL from WebView to Open in Safari
Nov
15
comment Add Share Button to Naviagtion Bar
I have searched for it but haven't found anything yet. I'm still searching though.
Nov
15
asked Add Share Button to Naviagtion Bar
Nov
14
revised Embedded YouTube Video in Landscape
edited tags
Nov
14
asked Embedded YouTube Video in Landscape
Nov
13
comment Display Paginated RSS Feed
I'm seeing 10 items. I just looked at the feed in an rss reader and I guess it does only have 10 items in it. I was under the impression that there were more in it.
Nov
12
comment Display Paginated RSS Feed
Relevant code has been added.
Nov
12
revised Display Paginated RSS Feed
added 11476 characters in body
Nov
12
asked Display Paginated RSS Feed
Nov
5
awarded  Supporter
Nov
5
accepted Adding UINavigationController with back button
Nov
5
awarded  Student
Nov
5
comment Adding UINavigationController with back button
it won't go to the webview
Nov
5
comment Adding UINavigationController with back button
Can you maybe show me an example of what you changed? When I change [self presentViewController:webViewController animated:NO completion:nil]; to [[self navigationController]pushViewController:webViewController animated:YES];
Nov
5
comment Adding UINavigationController with back button
I got the root view looking right with the navigationcontroller. I'm still having problems with getting the nav bar with a back button to appear on other views. For instance, in ListViewController which is a table view. Also, when I change [self presentViewController:webViewController animated:NO completion:nil]; to [[self navigationController]pushViewController:webViewController animated:YES];, it won't let me select a row in ListViewController to go to the webview.
Nov
5
comment Adding UINavigationController with back button
Is there a way to add a back button in the interface builder in a nib file? When I add that code, it messes up my button layout.
Nov
5
asked Adding UINavigationController with back button