Skip to content
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.

Externalize list of reddits from RootViewController.m Line# 459 #20

Open
paul-hammant opened this issue Dec 31, 2012 · 0 comments
Open

Comments

@paul-hammant
Copy link

[result addObjectsFromArray:
    [NSArray arrayWithObjects:    
            [TTTableTextItem itemWithText:@"reddit.com" URL:@"/r/reddit.com/"],
            [TTTableTextItem itemWithText:@"programming" URL:@"/r/programming/"],
            [TTTableTextItem itemWithText:@"pics" URL:@"/r/pics/"],
            [TTTableTextItem itemWithText:@"politics" URL:@"/r/politics/"],
            [TTTableTextItem itemWithText:@"technology" URL:@"/r/technology/"],
            [TTTableTextItem itemWithText:@"world news" URL:@"/r/worldnews/"],
            [TTTableTextItem itemWithText:@"best of reddit" URL:@"/r/bestof/"],
        nil]
 ];

..... would be better as an external textual resource in 'App File Sharing' so that power users (with iFunBox) can edit it.

Better still would be a editor dialog within iReddit, but I'd personally be happy with the cheapest way for y'all to enable this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant