I have run into an odd issue with iOS Safari on the iPad recently. In the current application I am working on, we have a list of items that can be dragged and dropped on the page. This works great with the mouse. However, I run into issues when I start throwing the touchstart, touchmove, …
Tag: Apple
Apple iPhone 5s Thumbprint Scanner
Not to gripe about an obvious issue, but I'm as equally unimpressed with the thumbprint scanner on the new Apple iPhone 5s as I am impressed. I'm impressed when it works. I think "Wow! That is cool." However, the scanner seems to only work about 50% of the time for me. I've added my thumbprint …
Safari Not Working, But Firefox Does
I recently had a problem on my Macbook where Safari would stop working after a few minutes of connecting to the network, but other network applications, like Firefox, still worked. It was odd. Safari would just sit and hang. After some research, what ended up working for me was to create a new network profile. …
[UITableViewController loadView] loaded the “some-id” nib but didn’t get a UITableView.
The following error occurred when adding a UIView to the root of a NIB expecting that was loaded by a UITableViewController class. If you have a UITableViewController and your root element is not a UITableView, you should make your controller extend UIViewController (not UITableViewController) and implement the UITableViewDelegate and UITableViewDataSource interfaces. Your header file would …