Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Forked from Orderella/PopupDialog
A simple, customizable popup dialog for iOS written in Swift. Replaces UIAlertController alert style.
Swift
Forked from jonkykong/SideMenu
Simple side menu control for iOS in Swift inspired by Facebook. Right and Left sides. No coding required. iOS 8+.
Forked from SwiftKickMobile/SwiftMessages
A very flexible message bar for iOS written in Swift.
import Foundation
protocol ModelStateDelegate: class {
func onModelStateOutdated()
}
import UIKit
/// Extend `NibView` to create a reusable view in a XIB file.
/// The contents of the view are designed in a XIB file.
/// The `NibView` class is responsible for loading the
extension UITableViewCell {
class var reuseIdentifier: String {
return "tableViewCell"
Seeing something unexpected? Take a look at the GitHub profile guide.