Posts

Post not yet marked as solved
3 Replies
I think UISwitch only is intended to be used as accessoryView in UITableViewCells. If you do that, you get the full height of the as touch area. Otherwise, use a UIButton.
Post marked as solved
27 Replies
I can just verify confirm that I've got the exact same issue.You can see the following in the console when you press 'Create':"TypeError: undefined is not an object (evaluating '$scope.tempPageContent.subPricingModel.selectedPricePerCountry[terr.code].countryCode')"/David