Skip to content

adamontherun/xCodeGenerateDescriptionPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

xCodeGenerateDescriptionPlugin

Xcode plugin to automatically override the description method for your class. Because overriding the description method is really helpful in debugging, but doing it by hand takes forever.

Install

Via Alcatraz (preferred)

alcatraz screenshot

Manually

Download source code and run the project. The plugin will be automatically installed

Restart Xcode regardless of install method.

Usage

  1. In the .h file of your class, select all the properties you want included in your - (NSString *)description method.
  2. In the edit menu select Make Description
  3. Plugin will do all the work for you.

.h .h file .m .m file

####Notes

  1. Any property that's commented out with a // will not be included in the description
  2. Properties can have comments trailing them, such as @property (nonatomic) NSString *name; //el nombre

About

Plugin to automatically generate the description for your class in XCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •