Baddaboo / ClassicKit
- четверг, 17 мая 2018 г. в 00:18:00
Makefile
💾 A collection of classic-style UI components for iOS

A collection of classic-style UI components for UIKit, influenced by Windows 95
This is a little exploration into applying '90s-era design & principles into a modern platform with some primitive components. The assets and design metrics were (for the most part) taken from an actual installation of Windows 95. These are pixel-accurate renditions of the original design:
Browser example can be run out-of-the-box./Components in your project.CKButton should respond to gesture events just as UIButton would.@IBDesignable components! That means you can lay out your entire app with these components in Interface Builder and Xcode will render them for you:

YYImage is used in CKImageView to animate the throbber animation in the Browser example, but you can remove the reference in CKImageView.swift. Eventually this dependency will be removed.I do not claim ownership of the assets or logos used in this project. Windows and Internet Explorer are registered trademarks of Microsoft Inc.
MIT