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

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

Description

@paul-hammant
[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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions