Mozahler

Results 12 comments of Mozahler

As part of `UICollectionViewDataSource` **_you_** provide this information: ` public func numberOfSections(in collectionView: UICollectionView) -> Int {} ` Since you're providing the data, you know the number of items you're...

Sure! The transitions between core UIKit and SwiftUI can be mysterious (under-documented). I wouldn't be surprised if everything worked correctly after some future iOS release/update.

Although I had done that, I tried it again. But when I went back (it's been just about a month) I found that the gambatte framework no longer compiled cleanly...

You are using: func CGImageSourceCreateWithData(_ data: CFData, _ options: CFDictionary?) -> CGImageSource? Which Creates an image source that reads from a Core Foundation data object. returns: An image source. You...

@vmanot if you left click on the bundle name in Xcode, select "Show in Finder", then left click on the file name there, you can select "Show Package Contents". That...

Thanks for responding. Let me see if I can figure it out then. I appreciate you taking the time. I'll close it with a solution as soon as I can.

I was able to create an ultra simple project which demonstrates the problem. [Thursday.zip](https://github.com/stephencelis/SQLite.swift/files/9628091/Thursday.zip) It just prints out the name of the DB connection in a Text. Runs fine on...

Did you trying asking this question on stackoverflow.com?

When I used appledoc, I maintained an xml file (plist) with all the settings and pointed to it on the command line. Perhaps that would be an easy way to...

Automagic is always best. Wish swift wasn't such a moving target. Sent from my iPhone > On Jan 8, 2016, at 1:33 PM, JP Simard [email protected] wrote: > > jazzy...