CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Jun 2015 |
Maintained by Alexandre Garrefa, Alexandre Garrefa.
Please, update to version 1.0.6. Older versions had a bug where some delegate methods for UITableViews and UICollectionViews were not being called.
Just import the magical header in your pch file and you are done. Keep in mind that this pod should not be used in production release.
#import <AXMagicIdentifiers.h>
From now on, lets call accessibilityIdentifier property as accID.
UISwitch have accID set as 'CLASS_NAME'SWITCH'INDEX'.
Wont change accID if already set.
Supports iOS >= 7.0
AXMagicIdentifiers is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "AXMagicIdentifiers", :configuration => ['Debug']
Alexandre Garrefa, [email protected]
AXMagicIdentifiers is available under the MIT license. See the LICENSE file for more info.