#6 in Software testing books
Use arrows to jump to the previous/next product

Reddit mentions of Test-Driven iOS Development (Developer's Library)

Sentiment score: 2
Reddit mentions: 3

We found 3 Reddit mentions of Test-Driven iOS Development (Developer's Library). Here are the top ones.

Test-Driven iOS Development (Developer's Library)
Buying options
View on Amazon.com
or
    Features:
  • For everyday household use; for vacuuming household dirt and debris, and sawdust.
  • For dry pick-up only.
  • Fits Vacmaster model VF408, Vacmaster Professional model VF410P and Cleva Industrial model VF408B.
  • Dust bag
  • For use with 4 gallon vacuums
  • Genuine Vacmaster Part
  • 3 per pack
  • Fits Many Vacmaster Models
Specs:
Height8.9 Inches
Length6.9 Inches
Number of items1
Weight0.93916923612 Pounds
Width0.6 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 3 comments on Test-Driven iOS Development (Developer's Library):

u/quellish · 9 pointsr/iOSProgramming

Some suggestions:

WWDC sessions. Even the Mac ones.

The Mobile Application Hacker's Handbook
Has a lot of useful information about security, privacy, and reverse engineering.

XCode 5 Developer Reference

While this was written for Xcode 5, much of it still applies to Xcode 7. It includes information on build configuration files, using breakpoints to trigger scripts and other subjects/techniques that are difficult to find elsewhere.

Test Driven iOS Development

The book is OK, the author did a video series for ideveloper.tv that was much better and more accessible. Unfortunately it is no longer available.


If you get a 1 month Safari Books trial you can access a lot of content easily (I think all of the ones I listed, and more). Some of them may be available for free (well, parts of them) through Google Books.

You can also look through iOS developer conference videos online. Some will help you level up, some not so much.

https://vimeo.com/nsconf

https://vimeo.com/360conferences

https://vimeo.com/channels/nsscotland2014

https://realm.io/altconf/

u/squarefrog · 1 pointr/iOSProgramming

Neat. My first gilding! To add to the comment below I highly recommend NSScreencast. Weekly short videos tackling iOS development. Not much in the way of testing but some good Swift things. In fact there are a few free episodes on Swift if you'd like to try it out.

Test driven iOS development is a good book - but I don't know how useful it'll be for you as its a little old now and focuses on Obj C.

PM me if you have any questions, and don't be afraid to ask on StackOverflow - we all do it!