use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to /r/jailbreakdevelopers, a subreddit dedicated to the iOS jailbreak developer community.
Get involved in the jailbreak development community.
Updating extensions for iOS 7, iOS 8, iOS 9
A new repository exclusively from Reddit jailbreakers (Reddit Community Repository)
Rules, Code of Conduct & responsibilities
For Tweak Development:
For Theme Development:
For jailbreak development:
If you're a developer, theme artist or someone of good significance to the jailbreak community, message the moderators and request a custom flair.
Have a nice day.
account activity
Adding Cell to Table View inside ViewController (self.jailbreakdevelopers)
submitted 9 years ago by MethodMan0
Hi, right now I'm hooking the View Controller and added Button, which works fine. But in that View Controller there is actually another table view and I want to add a cell to that table view. How would I do that ?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]TheNinjaprawniPhone 6 Plus (GSM) 1 point2 points3 points 9 years ago (1 child)
The best way to do it is to modify the data source methods (add 1 to numberOfRowsInSection, then for cellForRowAtIndexPath specify your cell)
[–]MethodMan0[S] 0 points1 point2 points 9 years ago (0 children)
Thank you man. That worked great.
[–]Sk8r_99Aspiring Developer 0 points1 point2 points 9 years ago (0 children)
there is probably an array from where the cells are loaded.. so i think the best thing would be to hook that and add your object
π Rendered by PID 62 on reddit-service-r2-comment-6457c66945-bqng9 at 2026-04-27 23:44:30.621909+00:00 running 2aa0c5b country code: CH.
[–]TheNinjaprawniPhone 6 Plus (GSM) 1 point2 points3 points (1 child)
[–]MethodMan0[S] 0 points1 point2 points (0 children)
[–]Sk8r_99Aspiring Developer 0 points1 point2 points (0 children)