Skip to content

vodkhang/Objective-C-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

This is my new generation script, mainly copied from https://github.com/CraigWilliams/create_property_synthensize_dealloc 
with some improvements to meet my needs:

- Change the dealloc to [self.variable release] instead of [self.variable dealloc];
- Change the @outlet variable to check for the "UI" prefix rather than letting it put IBOutlet everywhere or I have to use 2 scripts at the same time.
- Add some of my own into the assign list

About

Generate property, synthesize, dealloc for variable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published