arm1.ru

Tag: «разработка»

Simulating a Bad Internet Connection in OS X

event Apr 14, 2015 at 20:02

Network Link Conditioner

I'll leave another cheat sheet in the form of a link. Network Link Conditioner is a tool from Apple from the Hardware IO Tools for Xcode set. It lets you limit connection speed in macOS. You can test, for example, how an app behaves under EDGE connections or worse. The same thing exists in the Developer section of iOS settings, but that is on the device, while this is in OS X.

By the way, the same set also contains a simulator for HomeKit.

Working with JSON (parsing) in Objective-C for iOS

event Aug 23, 2011 at 18:01

Another post — to help things settle in my own head. About working with JSON in Objective-C, using parsing of tweets from Twitter’s public timeline as an example.