Regarding Instagram Threads With Swift

Overview

FluidInterfaceKit

[WIP] Regarding Instagram Threads

Simulator Screen Recording - iPhone 8 - 2021-12-14 at 04 26 37

You might also like...
CoreXLSX is a Excel spreadsheet (XLSX) format parser written in pure Swift

CoreXLSX Excel spreadsheet (XLSX) format parser written in pure Swift CoreXLSX is a library focused on representing the low-level structure of the XML

Solutions to LeetCode by Swift
Solutions to LeetCode by Swift

LeetCode by Swift LeetCode Online Judge is a website containing many algorithm questions. Most of them are real interview questions of Google, Faceboo

Super lightweight DB written in Swift.
Super lightweight DB written in Swift.

Use of value types is recommended and we define standard values, simple structured data, application state and etc. as struct or enum. Pencil makes us store these values more easily.

YapDB is a collection/key/value store with a plugin architecture. It's built atop sqlite, for Swift & objective-c developers.
YapDB is a collection/key/value store with a plugin architecture. It's built atop sqlite, for Swift & objective-c developers.

YapDatabase is a collection/key/value store and so much more. It's built atop sqlite, for Swift & Objective-C developers, targeting macOS, iOS, tvOS &

CoreData/Realm sweet wrapper written in Swift
CoreData/Realm sweet wrapper written in Swift

What is SugarRecord? SugarRecord is a persistence wrapper designed to make working with persistence solutions like CoreData in a much easier way. Than

Unrealm is an extension on RealmCocoa, which enables Swift native types to be saved in Realm.
Unrealm is an extension on RealmCocoa, which enables Swift native types to be saved in Realm.

Unrealm enables you to easily store Swift native Classes, Structs and Enums into Realm . Stop inheriting from Object! Go for Protocol-Oriented program

Prephirences is a Swift library that provides useful protocols and convenience methods to manage application preferences, configurations and app-state. UserDefaults
Prephirences is a Swift library that provides useful protocols and convenience methods to manage application preferences, configurations and app-state. UserDefaults

Prephirences - Preϕrences Prephirences is a Swift library that provides useful protocols and convenience methods to manage application preferences, co

💾 Safe, statically-typed, store-agnostic key-value storage written in Swift!

Storez 💾 Safe, statically-typed, store-agnostic key-value storage Highlights Fully Customizable: Customize the persistence store, the KeyType class,

Modern Swift API for NSUserDefaults
Modern Swift API for NSUserDefaults

SwiftyUserDefaults Modern Swift API for NSUserDefaults SwiftyUserDefaults makes user defaults enjoyable to use by combining expressive Swifty API with

Releases(0.7.1)
  • 0.7.1(Oct 28, 2022)

    What's Changed

    • Update concurrency support by @muukii in https://github.com/FluidGroup/FluidInterfaceKit/pull/119
    • Add MainActor by @muukii in https://github.com/FluidGroup/FluidInterfaceKit/pull/120

    Full Changelog: https://github.com/FluidGroup/FluidInterfaceKit/compare/0.7.0...0.7.1

    Source code(tar.gz)
    Source code(zip)
  • 0.7.0(Oct 28, 2022)

    What's Changed

    • Add FluidStackAction didPush, didPop by @muukii in https://github.com/FluidGroup/FluidInterfaceKit/pull/118

    Full Changelog: https://github.com/FluidGroup/FluidInterfaceKit/compare/0.6.1...0.7.0

    Source code(tar.gz)
    Source code(zip)
  • 0.6.1(Oct 27, 2022)

    What's Changed

    • Fix back button by @muukii in https://github.com/FluidGroup/FluidInterfaceKit/pull/117

    Full Changelog: https://github.com/FluidGroup/FluidInterfaceKit/compare/0.6.0...0.6.1

    Source code(tar.gz)
    Source code(zip)
  • 0.6.0(Oct 27, 2022)

    What's Changed

    • Unlock handler to control gesture priority by @muukii in https://github.com/FluidGroup/FluidInterfaceKit/pull/104
    • Fix StackingPlatterView leaks by @muukii in https://github.com/FluidGroup/FluidInterfaceKit/pull/105
    • Add modalStyle to AnyBatchRemovingTransition by @takumatt in https://github.com/FluidGroup/FluidInterfaceKit/pull/106
    • .willPush triggers after added in hierarchy by @muukii in https://github.com/FluidGroup/FluidInterfaceKit/pull/107
    • Add async version by @muukii in https://github.com/FluidGroup/FluidInterfaceKit/pull/108
    • Change method signature by @muukii in https://github.com/FluidGroup/FluidInterfaceKit/pull/109
    • Fix re-entrancy issue by @muukii in https://github.com/FluidGroup/FluidInterfaceKit/pull/110
    • Set concurrency-check as completed by @muukii in https://github.com/FluidGroup/FluidInterfaceKit/pull/111
    • MainActor attributed by @muukii in https://github.com/FluidGroup/FluidInterfaceKit/pull/112
    • Fix thread running by @muukii in https://github.com/FluidGroup/FluidInterfaceKit/pull/113
    • Add MainActor attribute by @muukii in https://github.com/FluidGroup/FluidInterfaceKit/pull/114
    • Revert "Fix thread running" by @muukii in https://github.com/FluidGroup/FluidInterfaceKit/pull/115
    • Fix gesture handling in FluidViewController by @muukii in https://github.com/FluidGroup/FluidInterfaceKit/pull/116

    New Contributors

    • @takumatt made their first contribution in https://github.com/FluidGroup/FluidInterfaceKit/pull/106

    Full Changelog: https://github.com/FluidGroup/FluidInterfaceKit/compare/0.5.0...0.6.0

    Source code(tar.gz)
    Source code(zip)
  • 0.5.0(May 8, 2022)

    What's Changed

    • Update FluidRideauViewController - don't capture statusbar style by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/100
    • Add rubberBand by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/102
    • Use smooth animation while dragging by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/103

    Full Changelog: https://github.com/muukii/FluidInterfaceKit/compare/0.4.0...0.5.0

    Source code(tar.gz)
    Source code(zip)
  • 0.4.0(Apr 23, 2022)

    What's Changed

    • Fix offloading by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/89
    • Setting accessibilityIdentifier waits for viewDidLoad in FluidStackController by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/90
    • Add actionHandler in FluidStackController by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/91
    • Add animated params to setMode in FluidPictureInPictureController by @shima11 in https://github.com/muukii/FluidInterfaceKit/pull/92
    • Rename actionHandler on FluidStackController by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/93
    • Remove assertion by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/94
    • Update navigation style transition by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/95
    • PiP tracks keyWindow's minimum safearea by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/96
    • Fix deallocating context without completion in Rideau by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/97
    • Update screen-back by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/98
    • Add dynamic in transition by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/99

    Full Changelog: https://github.com/muukii/FluidInterfaceKit/compare/0.3.2...0.4.0

    Source code(tar.gz)
    Source code(zip)
  • 0.3.2(Apr 6, 2022)

    What's Changed

    • Add LocalEnvironmentValues by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/78

    Full Changelog: https://github.com/muukii/FluidInterfaceKit/compare/0.3.1...0.3.2

    Source code(tar.gz)
    Source code(zip)
  • 0.3.1(Apr 6, 2022)

    What's Changed

    • Update interactive removing by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/86
    • Update life-cycle on fluidPush by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/88

    Full Changelog: https://github.com/muukii/FluidInterfaceKit/compare/0.3.0...0.3.1

    Source code(tar.gz)
    Source code(zip)
  • 0.3.0(Mar 31, 2022)

    What's Changed

    • Update PiP by @shima11 in https://github.com/muukii/FluidInterfaceKit/pull/58
    • Introduce protocol ViewControllerAssertionProhibitedPresentInFluidStack by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/59
    • Add throwing factory methods in transitions by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/60
    • FluidPopoverViewController by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/61
    • Rename .noAnimation to .disabled by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/62
    • Fix FluidStackController by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/63
    • Add ViewControllerLifecycleEvent by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/64
    • Add PresentationFluidStackController by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/66
    • Update Gesture view controller by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/69
    • Disable concurrency api by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/70
    • Save and restore the first responder in displaying view controller by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/71
    • FluidViewController - add a container view to wrap UINavigationBar for clipping. by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/72
    • Update docs and tests by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/73
    • Handling actions from Stack by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/68
    • Add willPush in StackAction by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/74
    • Add completion block by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/75
    • Docs by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/67
    • Rename properties in FluidStackController by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/76
    • Disable flexibility on standard style transition by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/77
    • Add FluidViewIdentifier by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/79
    • Update view finder by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/80
    • Fix offloading by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/81
    • Update transition by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/82
    • Update extensions by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/83
    • fluidPop supports to remove all view controllers from target by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/84

    Full Changelog: https://github.com/muukii/FluidInterfaceKit/compare/0.2.0...0.3.0

    Source code(tar.gz)
    Source code(zip)
  • 0.2.0(Feb 21, 2022)

    What's Changed

    • Add support rideau by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/3
    • AnyMirrorViewProvider by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/7
    • Add completion handler in adding by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/8
    • Disables user interactions in back view controller while adding-transition by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/10
    • Add FluidStackFindStrategy by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/11
    • Update FluidRideauViewController by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/13
    • Add options to control how to display by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/15
    • PortalView by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/16
    • Fix retain cycle by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/17
    • Update FindStrategy by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/18
    • Add UIViewController extensions by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/19
    • Update dismissFluid by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/20
    • Update contextual removing transition by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/21
    • FluidStackController takes instance of content view by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/22
    • Update contextual-transition by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/23
    • Update FluidRideauViewController by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/24
    • Drop support for modal-presentation by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/26
    • Update dismissFluid by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/27
    • Add async wrapper by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/28
    • Update FluidNavigatedViewController by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/29
    • Update transition by @shima11 in https://github.com/muukii/FluidInterfaceKit/pull/30
    • Navigation like transition by @shima11 in https://github.com/muukii/FluidInterfaceKit/pull/31
    • Update methods to display and remove by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/32
    • Add topViewController in FluidStackController by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/33
    • Update Navigation by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/34
    • forwarding fluidPop by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/35
    • Update FluidViewController - handling backbutton by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/36
    • Update management by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/37
    • load - offload by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/38
    • Fix adding duplicated vc by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/39
    • Update offloading by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/40
    • Fix offloading by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/41
    • Wrapper methods by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/42
    • Cleanup by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/43
    • Add closure to update navigation bar in TopBar configuration by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/45
    • Add option to prevent forwarding pop by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/44
    • Update navigationItem navigationBar handling by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/46
    • fluidPush accepts only FluidViewController by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/47
    • Add StackingRelation by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/48
    • Update handling in FluidViewController by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/49
    • Patch for navigation bar by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/50
    • FluidRideauViewController supports modal-presentation for transition period by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/52
    • Update FluidViewController configuration structure by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/53
    • Update find logic for FluidStackController by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/54
    • Update presentation by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/55
    • Update Logging - available filter by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/56
    • Revert "Update Logging - available filter #56" by @muukii in https://github.com/muukii/FluidInterfaceKit/pull/57

    New Contributors

    • @shima11 made their first contribution in https://github.com/muukii/FluidInterfaceKit/pull/30

    Full Changelog: https://github.com/muukii/FluidInterfaceKit/compare/0.1.0...0.2.0

    Source code(tar.gz)
    Source code(zip)
Owner
Muukii
Swift & iOS - Working on creating apps and open-sourced libraries. I'm interested in Creating smooth and fancy UI, State-Management, Image Processing.
Muukii
SQLite.swift - A type-safe, Swift-language layer over SQLite3.

SQLite.swift provides compile-time confidence in SQL statement syntax and intent.

Stephen Celis 8.7k Jan 3, 2023
🧡 SQLiteOrm-Swift is an ORM library for SQLite3 built with Swift 5

?? Easy to use SQLite ORM library written with Swift

Yevgeniy Zakharov 25 Oct 6, 2022
ObjectBox Swift - persisting your Swift objects superfast and simple

ObjectBox Swift ObjectBox is a superfast, light-weight object persistence framework. This Swift API seamlessly persists objects on-device for iOS and

ObjectBox 380 Dec 19, 2022
Shows the issue with swift using an ObjC class which has a property from a swift package.

SwiftObjCSwiftTest Shows the issue with swift using an ObjC class which has a property from a swift package. The Swift class (created as @objc derived

Scott Little 0 Nov 8, 2021
Ios-App-ication-Swift - A simple iOS application made in Xcode using Swift

?? iPhone Calculator A simple iOS application made in Xcode using Swift. This ap

Kushal Shingote 1 Feb 2, 2022
Save-the-dot-project-swift - Save the dot project with swift

Save the Dot Apple introduced UIViewPropertyAnimator for iOS 10. We can use this

Kushal Shingote 2 Feb 8, 2022
The Swift Package Index is the place to find Swift packages!

The Swift Package Index helps you make better decisions about the dependencies you use in your apps. The Swift Package Index is a search engine for pa

Swift Package Index 389 Dec 22, 2022
A stand-alone Swift wrapper around the mongo-c client library, enabling access to MongoDB servers.

This package is deprecated in favour of the official Mongo Swift Driver. We advise users to switch to that pack

PerfectlySoft Inc. 54 Jul 9, 2022
Elegant library to manage the interactions between view and model in Swift

An assistant to manage the interactions between view and model ModelAssistant is a mediator between the view and model. This framework is tailored to

Seyed Samad Gholamzadeh 28 Jan 29, 2022
CRUD is an object-relational mapping (ORM) system for Swift 4+.

CRUD is an object-relational mapping (ORM) system for Swift 4+. CRUD takes Swift 4 Codable types and maps them to SQL database tables. CRUD can create tables based on Codable types and perform inserts and updates of objects in those tables. CRUD can also perform selects and joins of tables, all in a type-safe manner.

PerfectlySoft Inc. 61 Nov 18, 2022