SeinfeldQuotes icon indicating copy to clipboard operation
SeinfeldQuotes copied to clipboard

Building TableViews with Swift and iOS8 Demo

Results 2 SeinfeldQuotes issues
Sort by recently updated
recently updated
newest added

All I did was make it compile and run. I have not fixed other issues.

After reading through the code, it caught my eye that the quote creation flow uses `NSNotificationCenter` to notify the list of quotes that a new quote was created. I not...