MIU is an application for Mac OS that simplifies the generation of methods for model classes. Written in Objective-C, the application does the following tasks:
- submits a class to protocols NSCopying и NSCoding
- generates methods ( isEqual, description, hash, initWithCoder, encodeWithCoder, copyWithZone )
- performs model condition analysis
MIU combines a simple, intuitive interface with broad capacities to simplify your work.
MIU gives an opportunity to add Xcode projects, and it is also possible to filter already added projects for fast and convenient search. To add a project, all you need is to click the button and select the folder where the project is stored. The project name will be defined by the application automatically, but it can also be changed manually. If the project has already been added, you can change its name by right-clicking the context menu. Double-click on the icon or choose the item from context menu and start the project. Choose either “Rename” or “Remove”.
- The generation of a new method will not occur if a predetermined method is available. In this case, it is necessary to delete the method manually and launch the methods generation.
- When there is an unknown data type during the generation of methods, a warning will be added at the end of the method to notify the developer if there is a need to recheck the generated method.
- Generating methods for two classes that store a link in the form of a property for each other leads to a closed loop situation of the generated methods call.
– Launching the generation methods of classes
– Analyzing classes on the chosen paths
– Adding or deleting a method for models
– Sorting the results of the generation
After the generation/analysis, the data of classes and their methods will be shown in the table
The application records data about the class. You will be warned if the class is outdated and it needs regeneration of methods. MIU displays the outdated classes in yellow.
The method is analyzed for two conditions. The method may be generated or it may not be implemented at all. If there is no defined method in the implementation of the class, there is a gap in the relevant column.
- Download latest version
- Move
MIU.app
toApplications
folder - Use it :)
MIU
is made for NIXSolutions LTD by the iPhone department and it is available under the MIT license.
We welcome all contributions. Feel free to submit pull request or create an issue.