send link to app

AccessControlKitty app for iPhone and iPad


4.5 ( 7095 ratings )

Developer: Zoe Smith
Free
Current version: 1.0.3, last update: 4 years ago
First release : 16 Feb 2019
App size: 3.76 Mb

public to internal to fileprivate to private - once much code is written, its access control level can be annoying to change later on, even with Xcodes new multiple cursors.
AccessControlKitty magically changes the access level of selected Swift code, a single variable to a whole file’s worth.

This Xcode Source Editor extension adds a new menu item to Xcodes Editor menu, “Access Level of Selection”, when working with Swift files. The options are:

- increment all access levels
- decrement all access levels
- create API, by changing only internal code to public
- remove API, by changing only public code to internal
- set all appropriate code to the chosen level
- remove all access level notation

Handles overridden setters, protocols, extensions with conformances, functions defined inside other functions, and other Swift bits and pieces.