Posts

Post not yet marked as solved
9 Replies
6.9k Views
Xcode 7.0b3 iOS Deployment Target 8.0Here's the test app I made to isolate the issue.Created a UITableViewController in a UINavigationController. Tap a cell, and pushes another one of those table view controllers. This table view controller has a random number of sections and rows in each section.On iPhone running iOS 9, table scrolls correctly... empty cells are while. On iPhone running iOS 8, table has black background. Empty rows are black instead of white.In our "real" app, we sometimes see contents of old UITableView in a new UITableView. So I tried to isolate the issue to see if its a bug building with the Xcode 7 beta.Does this sound like a bug building with the beta xcode and using iOS 8? Or did we create a bug/doing something wrong?
Posted Last updated
.
Post not yet marked as solved
2 Replies
1.1k Views
Will more documentation be coming for IBM Watson integration? Are there costs associated with it?
Posted Last updated
.
Post marked as solved
9 Replies
2.9k Views
In our app we used to have a UISwitch for "use fingerprint in app". That doesn't make sense on an iPhone X. How are people handling the fact that authentication doesn't kmow if its fingerprint or face id? The human interface guidelines suggets you dom't prompt them and just assume they want it if the system level has it; but it also says to have buttons like "sign in with face id" instead of "sign in".
Posted Last updated
.