swiftuml
swiftuml copied to clipboard
Bug fixes
There was a bug where public methods were getting detected as private as "internal" was used instead of "public". Fixed this. Now static members are also added to UML as they are important, especially if class is singleton.