johnno1962 / injectionforxcode

Runtime Code Injection for Objective-C & Swift
MIT License
6.55k stars 565 forks source link

inject and reset does't reset app #67

Open haashem opened 8 years ago

haashem commented 8 years ago

in my project when I reset app by using inject and reset, it won't reset app! but changes applied to child view controllers in navigationController i.e views I can close and open again . but in root view controller I have to reset debugging manually.

any idea?

johnno1962 commented 8 years ago

Hi, “Inject & Reset” is an experimental feature that may not work for all apps. It executes the code shown in the README which attempts to reload the main storyboard. If you find something better please let me know with a PR!