Chris Kong
Chris Kong
I got this message when I added and ran a test project: UICollectionViewFlowLayout has cached frame mismatch for index path {length = 2, path = 0 - 0} - cached...
If I want to use this on landscape view, specifically for iPad, where can I make the adjustment so that the cells stay centered?
Hey Mike, Awesome work on SwiftStock. I'm trying to play around with this to add fetch quotes for an array of symbols. I tried to add/modify fetchStockForSymbol method with the...
Tried to apply this to a UITableViewController. Here are the codes: override func viewDidLoad() { super.viewDidLoad() ``` let bodyView = UIView() bodyView.frame = self.view.frame bodyView.frame.y += 20 + 44 self.view.addSubview(bodyView)...
Hey Hoang, I tried to rebuild your awesome tutorial in Xcode 8.2.1 / Swift 3. I'm stuck with the XCTest extension: public func stub(urlString: String, jsonFileName: String) -> Mockingjay.Stub {...