injectionforxcode
injectionforxcode copied to clipboard
injection just call -(void)injected
I installed injectionIII, and ran a new project.When I press command + s, the method -(void)injected called, but viewdidload are not called.How can I reload all code?
Have you added the required lines to AppDelegate.swift?
I add load bundle in AppDelegate.m
You have to code a call to viewDidLoad in your injected method.
If the reason is it isn't support objc? And what can I do if I wan't to call viewWillAppear and viewDidAppear after viewDidload? Only call these method in injected method?