renamed swizzled method to avoid namespace collision
incase another AppDelegate category also implements a swizzled_init. it’s better practice to name these swizzled methods by {name_of_category}_{original_method_name}
parent
a5226d35
Please register or sign in to comment