This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ObjectAssociable.swift | |
// Created by Christopher Fuller for Southern California Public Radio | |
// Original version at https://github.com/SCPR/swift-experiments/blob/master/source/ObjectAssociable.swift | |
// Updated by Christopher Fuller for Swift 3 compatibility | |
// | |
// Copyright (c) 2016 Southern California Public Radio | |
// | |
// Permission is hereby granted, free of charge, to any person obtaining a copy | |
// of this software and associated documentation files (the "Software"), to deal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Date+ISO8601.swift | |
// Created by Christopher Fuller for Southern California Public Radio | |
// Original version at https://github.com/SCPR/swift-experiments/blob/master/source/NSDateExtension.swift | |
// Updated by Christopher Fuller for Swift 3 compatibility | |
// | |
// Copyright (c) 2016 Southern California Public Radio | |
// | |
// Permission is hereby granted, free of charge, to any person obtaining a copy | |
// of this software and associated documentation files (the "Software"), to deal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ReadersWriterLock.swift | |
// Created by Christopher Fuller for Southern California Public Radio | |
// Original version at https://github.com/SCPR/swift-experiments/blob/master/source/ReadersWriterLock.swift | |
// Updated by Christopher Fuller for Swift 3 compatibility | |
// | |
// Copyright (c) 2016 Southern California Public Radio | |
// | |
// Permission is hereby granted, free of charge, to any person obtaining a copy | |
// of this software and associated documentation files (the "Software"), to deal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// KeyValueObservingContext.swift | |
// Created by Christopher Fuller for Southern California Public Radio | |
// Original version at https://github.com/SCPR/swift-experiments/blob/master/source/KeyValueObservable.swift | |
// Updated by Christopher Fuller for Swift 3 compatibility | |
// | |
// Copyright (c) 2016 Southern California Public Radio | |
// | |
// Permission is hereby granted, free of charge, to any person obtaining a copy | |
// of this software and associated documentation files (the "Software"), to deal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// NotificationObservingContext.swift | |
// Created by Christopher Fuller for Southern California Public Radio | |
// Original version at https://github.com/SCPR/swift-experiments/blob/master/source/NotificationObservable.swift | |
// Updated by Christopher Fuller for Swift 3 compatibility | |
// | |
// Copyright (c) 2016 Southern California Public Radio | |
// | |
// Permission is hereby granted, free of charge, to any person obtaining a copy | |
// of this software and associated documentation files (the "Software"), to deal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// NotificationCoalescingContext.swift | |
// Created by Christopher Fuller for Southern California Public Radio | |
// Original version at https://github.com/SCPR/swift-experiments/blob/master/source/InterfaceUpdatable.swift | |
// Updated by Christopher Fuller for Swift 3 compatibility | |
// | |
// Copyright (c) 2016 Southern California Public Radio | |
// | |
// Permission is hereby granted, free of charge, to any person obtaining a copy | |
// of this software and associated documentation files (the "Software"), to deal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ViewUpdatingContext.swift | |
// Created by Christopher Fuller for Southern California Public Radio | |
// Original version at https://github.com/SCPR/swift-experiments/blob/master/source/InterfaceUpdatable.swift | |
// Updated by Christopher Fuller for Swift 3 compatibility | |
// | |
// Copyright (c) 2016 Southern California Public Radio | |
// | |
// Permission is hereby granted, free of charge, to any person obtaining a copy | |
// of this software and associated documentation files (the "Software"), to deal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// PagingController.swift | |
// Paged scrolling for UITableView and UICollectionView | |
// Created by Christopher Fuller | |
// | |
// MIT License | |
// | |
// Copyright © 2018 Christopher Fuller | |
// | |
// Permission is hereby granted, free of charge, to any person obtaining a copy |