As we work with our partners on Apple Watch support, I thought that I’d share some tips on Apple Watch development. How does it work? When you add a WatchKit app target to your existing project, Xcode creates 2 directories: WatchKit extension and...
Welcome to Tooploox blog Your natural neural network training dataset

Culture and People
Tooploox @ MCE^3
On 20th of April me and five of my fellow iOS colleagues hopped on a train and headed to Warsaw to attend the MCE^3 conference. The next day we got up early and met with the rest of our guys at the steps of Palace of Culture and Science. The event was...

Mobile Development
Intercept network traffic with mitmproxy in iOS Simulator
Ever had a problem debugging API calls? Here is a great tool to help you with that (and probably a hundred of other things). mitmproxy You can peek under the hood of your app network traffic and find all those pesky bugs! Here is how to configure it for...