I'm pretty new to ios development and have some elementary knowledge of Swift, but totally uninitiated to Objective C. Is there a uiscrollview programming guide that is written is swift? The one that I can find on Apple site is written in Objective C.
Is there a uiscrollview programming guide that is written is swift?
Search for UIScrollView tutorials written in Swift. Internet is full of them. 🙂
If you have a specific problem post it here so we can help. Also it's quite easy to translate Objective-C code to Swift and there are also online translation tools for that.