Top "Cs193p" questions

CS193P is an iOS programming course offered at Stanford University.

_BSMachError while running Stanford's CS193p Smashtag app

I downloaded the Smasthag demo app from course's site. Project builds fine (after small changes in Twitter, TwitterRequest etc. classes, …

ios swift cs193p
‘CGFloat’ is not convertible to ‘UInt8' and other CGFloat issues with Swift and Xcode 6 beta 4

In case this illuminates the problem, here's the original Objective-C code. int x = (arc4random()%(int)(self.gameView.bounds.size.…

xcode swift type-conversion operator-overloading cs193p
Using NSRange rangeOfString

Can someone explain what location and length represent for NSRange. If I use it in this context NSRange range = [self.…

objective-c cs193p
How to remove UIButton's image for certain states?

I'm working on a card game. I want the card backs to show an image and the card fronts to …

ios uibutton uiimage cs193p