segues
There are 37 repositories under segues topic.
krzyzanowskim/Natalie
Natalie - Storyboard Code Generator (for Swift)
juliensagot/JSNavigationController
A highly customizable UINavigationController suited for macOS.
TheMaverickProgrammer/Swoosh
SFML Activity and Segue Mini Library
Moonbase59/autocue
On-the-fly JSON song cue-in, cue-out, overlay, replaygain calculation for Liquidsoap, AzuraCast and other AutoDJ software.
defano/jsegue
A Java library of animated image-to-image transitions useful for slide shows, photo montages, and UI transitions.
laynejohnson/campfire
iOS chat app built with Firebase.
laynejohnson/sunshower
Minimalist weather iOS app built with OpenWeather API.
GaldinoAllan/FlashChat
Swift made app for chat that integrates third party libraries using Cocoapods and Swift Package Manager, uses Firebase Firestore to store data in the cloud with authentication. Implemented with custom Views using .xib file to modify native design components. Implemented a Navigation Controller to use the navigation Stack. Created Animated loops for Strings. Used the App Lifecycle with the viewWillAppear and viewWillDisappear and created direct Segues for navigation
GiovanniGabbolini/dave
Repository of the UMAP 2021 paper "Generating Interesting Song-to-Song Segues With Dave"
GottaGetSwifty/SwiftyIB
Project for generating Swift Connections to InterfaceBuilder structures
iosbrain/Segues-and-Unwind-Segues-in-Swift-3
A project (Xcode 8.2.1) demonstrating segues and unwind segues in iOS 10 with Swift 3. This project demonstrates transitions -- segues -- from one source storyboard scene to another destination scene, and unwind segues leading back from destination to source.
MustafaNatur/Calculator-app-UIKit-swift
PET project: calculator app UIKit swift
RobertoMachorro/SeguesAndBindings
A test project for highlighting potential issues with segue events in AppKit.
tpal-dev/iOS-Swift-4-WeatherApp-OpenWeatherMapAPI
Weather App using OpenWeatherMap API and GPS Location | in Swift 4 ✓MVC ✓REST API ✓CocoaPods(Alamofire, SwiftyJSON) ✓CoreLocation ✓Protocols ✓UITextField
karan236/Calculator-iOS
This is a calculator app with additional features and validations included. Details of all the features and validations has been mentioned in the readme section.
khandagalerakesh/app-swoosh
This application is an example of UI design, passing data between view controllers and navigation using iOS concepts like a storyboard, segues, stack views. It supports both orientations
Lkikui/BucketListcrUD-Swift
Bucket list application
nicobelo91/BMI-Calculator-iOS13
The purpose of this project was to get a better grasp on classes and optionals. This is a project from Angela's Yu iOS 13 & Swift 5 course.
sandunrajitha/BMI-Calculator
multi-screen app with animated navigation using segues. (iOS - Learning Project)
alexpadillarosas/MultipleStoryboards
iOS Storyboard prototyping using multiple storyboards
ArchitectAK/Creating-And-Using-Segue-iOS
Creating And Using Segue in Xcode - The Intent for iOS
edwarfmartinez/FlashChat
IOS app. Internet based messaging app similar to WhatsApp.
goke-epapa/Segues
A Simple App built to learn about Segues - developed during Udemy iOS 11 & Swift 4 App Development Bootcamp course
joaoipiraja/Bill-Spliter
Bill Spliter IOS APP using Swift 5.1
joaoipiraja/BMI-Calculator
BMI Calculator IOS APP using Swift 5.1
jos3neto/Entering-a-House
Explore a mad scientist's house several rooms, non-linearly.
jos3neto/Every.Do
To-do app, great example of delegation and use of navigation controllers.
juanrinconadacev/Vistas
Ejemplo de Vistas, Constraints, IBOutlets, IBActions, navegación básica con Segues, paso de información entre ViewControllers y almacenamiento de datos simples con UserDefaults
kathleenforgiarini/ios_sendingDataToSecondView
iOS Mobile Development class at College LaSalle - Sending Data from one ViewController to another ViewController - iOS App - Swift Xcode
kremlevmax/performSegue
Swift - Simple example of using performSegue and pass variable value to another storyboard
Lkikui/NESW
Practice with modal and unwind segues
marinofelipe/SeguesAndUnwindSegues
Trying unwind segues with Swift
nicobelo91/Tipsy-iOS13
The purpose of this project was to apply all the concepts learned in the BMI Calculator app in order to create my own tip calculator app. This is a project from Angela Yu's iOS 13 & Swift 5 course.
WinterSolid/RandomColors
A simple iOS app that displays a list of randomly generated colors and allows users to tap on a color to view its color. The app is built using Swift and UIKit