DyCI / dyci-main

Dynamic Code Injection Tool for Objective-C
MIT License
1.11k stars 121 forks source link

It would be great if dyci can also work for the change of nib file or storyboard #21

Closed allentofight closed 11 years ago

PaulTaykalo commented 11 years ago

Sure, why don't we give a try? :)
But you need to be more specific what exactly you're trying to achieve
Xibs are seems to be working now, and storyboards.. There's plenty of possible user cases, so I need exact one :)
So, try to describe the task, or (that would be awesome), if you can attach small test project, that will help to check injection flow

allentofight commented 11 years ago

Yes,inject for nib works, but not for storyboard, I try to attach the project ,but It failed! the hint is "Unfortunately we don't support that file type yet" , so I attach an image

look at the image ,I create a static tableviewCell in the tableview which is in storyboard, when the test project is running ,I change tableviewCell's subview's (look athe the image, the label) property,such as font,background color, then press ^X,but failed

Screen Shot 2013-03-06 at 6 09 25

PaulTaykalo commented 11 years ago

Done :)