File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1- # InitializeMe
1+ # InitializeMe / Phoenix
22Creates a custom initializer from a list of properties
33
44Main Features:
55- Respects ` nonnull ` with a corresponding ` NSParameterAssert `
66- Respects ` copy ` qualifier.
7+ - Supports Objective-C and Swift
8+
9+
10+ Also provided here is ** Phoenix** - an Xcode plugin that allows you select the properties and create your custom initializer.
11+ - Select your properties
12+ - Go to Edit and then click Make Initializer And Copy OR use the key command CMD - Shift - X.
13+ - Paste your initializer wherever you wish
14+
15+ ![ alt tag] ( https://raw.githubusercontent.com/Pearapps/InitializeMe/master/Phoenix/Phoenix.png )
716
817![ alt tag] ( https://github.com/Pearapps/InitializeMe/blob/master/screenshot.png )
18+
19+
You can’t perform that action at this time.
0 commit comments