Coder Social home page Coder Social logo

garrefa / axmagicidentifiers Goto Github PK

View Code? Open in Web Editor NEW
15.0 15.0 2.0 480 KB

Categories that automagically adds accessibility identifiers to key objects for test automation

License: MIT License

Ruby 0.07% Objective-C 97.08% C 0.66% Shell 2.19%

axmagicidentifiers's People

Contributors

garrefa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

dmitriyfrolow q14

axmagicidentifiers's Issues

(UITableViewCell) - Issue to set UITextField as inputView a UIDatePicker

I have a UITableView and one of my cell will be set with UITextField which I changed the inputView for a UIDatePicker.


See code below :

self.picker = [[UIDatePicker alloc] init];
self.picker.datePickerMode = UIDatePickerModeDate;
self.picker.maximumDate =[NSDate date];
self.picker.minimumDate = [DateUtil changeStringToDate:@"01-01-1900" format:@"dd-MM-yyyy"];
[self.picker addTarget:self action:@selector(resultDate) forControlEvents:UIControlEventValueChanged];

self.textFieldDate.inputView = self.picker;

Error when I click on the field :

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
2015-06-03 10:39:51.885 NJrExperience[4834:1185967] *** Assertion failure in -[UIPickerTableView _configureCellForDisplay:forIndexPath:], /SourceCache/UIKit/UIKit-3318.16.21/UITableView.m:7344
2015-06-03 10:39:51.886 NJrExperience[4834:1185967] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UITableView dataSource must return a cell from tableView:cellForRowAtIndexPath:'
*** First throw call stack:
(0x186f2659c 0x1976380e4 0x186f2645c 0x187dad554 0x18b81791c 0x18b9cef10 0x18b9c3aa4 0x18b7b8ce8 0x18bc96a60 0x18b6d5648 0x18b02d994 0x18b028564 0x18b6e9a2c 0x18bdd0b10 0x18bdd7f90 0x18b6e6604 0x18bdd7d98 0x18bdd3f14 0x18b79a18c 0x18b759ac0 0x18b759d94 0x18b7d95cc 0x18b88a40c 0x18b889a74 0x18b86f508 0x18b708050 0x18bb7420c 0x18b6cc530 0x18b6ca8dc 0x18b7061f8 0x18b705898 0x18b6d8fa8 0x18b977f58 0x18b6d7510 0x186ede9ec 0x186eddc90 0x186edbd40 0x186e090a4 0x18ffb35a4 0x18b73e3c0 0x1000a2970 0x197ca6a08)
libc++abi.dylib: terminating with uncaught exception of type NSException

(UICollectionView) numberOfSectionsInCollectionView is never called

When I setup the lib, the collectionView never call the UICollectionViewDataSource '- (NSInteger)numberOfSectionsInCollectionView:(UICollectionView *)collectionView'!!!
I know it's weird, but we try couple of time to add and removed the lib, and each time the lib make buggy the UICollectionViewDataSource.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.