{"id":18271910,"url":"https://github.com/akosma/EasyTableView","last_synced_at":"2025-04-05T02:30:48.021Z","repository":{"id":66687922,"uuid":"476142","full_name":"akosma/EasyTableView","owner":"akosma","description":"A set of UITableViewController and UINavigationController subclasses for quickly prototyping iPhone applications.","archived":true,"fork":false,"pushed_at":"2010-01-17T15:13:31.000Z","size":90,"stargazers_count":27,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-05T11:54:22.450Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akosma.png","metadata":{"files":{"readme":"README.textile","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-01-17T14:56:45.000Z","updated_at":"2023-12-25T22:37:27.000Z","dependencies_parsed_at":"2023-02-20T09:10:16.417Z","dependency_job_id":null,"html_url":"https://github.com/akosma/EasyTableView","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akosma%2FEasyTableView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akosma%2FEasyTableView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akosma%2FEasyTableView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akosma%2FEasyTableView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akosma","download_url":"https://codeload.github.com/akosma/EasyTableView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247279298,"owners_count":20912857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T11:39:35.483Z","updated_at":"2025-04-05T02:30:47.045Z","avatar_url":"https://github.com/akosma.png","language":"Objective-C","readme":"h1. EasyTextView\n\nThis project provides an easy-to-use set of classes to be used in the creation of iPhone applications prototypes.\n\nh2. Classes\n\n* The AKOEasyNavigationController class is a subclass of UINavigationController which automatically reads entries from a \"sequence file\" (in the sample project, this file is the Resources/Data/Sequence.plist file). The class loads instances of the AKOEasyTableViewController class each time the \"loadNextScreen\" method is called.\n* The AKOEasyTableViewController class has a \"dataSource\" property which can be set to either NSArray or NSDictionary instances. The \"dataSourceFileName\" property allows this data to be loaded from plist files instead.\n\nProperty lists used with the AKOEasyTableViewController class must have one of these two structures:\n\n\u003cpre\u003e\n\u003cplist version=\"1.0\"\u003e\n\u003carray\u003e\n\t\u003cstring\u003eRoger Federer\u003c/string\u003e\n\t\u003cstring\u003eRafael Nadal\u003c/string\u003e\n\t\u003cstring\u003eNovak Djokovic\u003c/string\u003e\n\t\u003cstring\u003eAndy Murray\u003c/string\u003e\n\t\u003cstring\u003eJuan Martin Del Potro\u003c/string\u003e\n\t\u003cstring\u003eAndy Roddick\u003c/string\u003e\n\t\u003cstring\u003eNicolay Davydenko\u003c/string\u003e\n\t\u003cstring\u003eFernando Verdasco\u003c/string\u003e\n\t\u003cstring\u003eRobin Soderling\u003c/string\u003e\n\t\u003cstring\u003eJo-Wilfred Tsonga\u003c/string\u003e\n\t\u003cstring\u003eFernando González\u003c/string\u003e\n\t\u003cstring\u003eRadek Stepanek\u003c/string\u003e\n\t\u003cstring\u003eGael Monfils\u003c/string\u003e\n\t\u003cstring\u003eMarin Cilic\u003c/string\u003e\n\t\u003cstring\u003eGilles Simon\u003c/string\u003e\n\u003c/array\u003e\n\u003c/plist\u003e\n\u003c/pre\u003e\n\n\u003cpre\u003e\n\u003cplist version=\"1.0\"\u003e\n\u003carray\u003e\n\t\u003cdict\u003e\n\t\t\u003ckey\u003etitle\u003c/key\u003e\n\t\t\u003cstring\u003eSoftware\u003c/string\u003e\n\t\t\u003ckey\u003evalues\u003c/key\u003e\n\t\t\u003carray\u003e\n\t\t\t\u003cstring\u003eThe Mythical Man-Month\u003c/string\u003e\n\t\t\t\u003cstring\u003eSQL for Dummies\u003c/string\u003e\n\t\t\t\u003cstring\u003ePeopleware\u003c/string\u003e\n\t\t\t\u003cstring\u003eCode Complete\u003c/string\u003e\n\t\t\u003c/array\u003e\n\t\u003c/dict\u003e\n\t\u003cdict\u003e\n\t\t\u003ckey\u003etitle\u003c/key\u003e\n\t\t\u003cstring\u003eBusiness\u003c/string\u003e\n\t\t\u003ckey\u003evalues\u003c/key\u003e\n\t\t\u003carray\u003e\n\t\t\t\u003cstring\u003eFounders at Work\u003c/string\u003e\n\t\t\t\u003cstring\u003eCommonwealth\u003c/string\u003e\n\t\t\t\u003cstring\u003eThe End of Poverty\u003c/string\u003e\n\t\t\t\u003cstring\u003eThe No-Asshole Rule\u003c/string\u003e\n\t\t\u003c/array\u003e\n\t\u003c/dict\u003e\n\u003c/array\u003e\n\u003c/plist\u003e\n\u003c/pre\u003e\n\nh2. License\n\nThis project is licensed with a liberal BSD license. See the LICENSE file for details.\n","funding_links":[],"categories":["etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakosma%2FEasyTableView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakosma%2FEasyTableView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakosma%2FEasyTableView/lists"}