Pinned Repositories
About-SwiftUI
Gathering all info published, both by Apple and by others, about new framework SwiftUI.
ADT_Interview_CodingChallenge
iOS UIKit app to display the Rick and Morty character list
ChecklistsRWT
App allows the user to create multiple editable checklists and set reminders which trigger as push notifications. Project 2 of iOS Apprentice 6e
CS463_RSACalculator
CS463 Semester Project - RSA Educational Calculator app
FunctionalSwift
Following along with the objc.io book "Functional Swift"
HWS_100DoS_Day32ChallengeApp
Simple shopping list with UITableView
HWS_100DoS_Day50ChallengeApp
TableView of user taken photos with user set descriptions for tableViewCell descriptions. Allows editing the captions, and detailViewController shows the image (Rough description of desired features)
HWS_100DoS_Day59ChallengeApp
Simple app for country facts such as population size, currency, languages, demonym, etc. Utilizing https://restcountries.eu/ API for country data
HWS_100DoS_Project1a
Project 1(Storm Viewer) rewritten with programmatic UICollectionView(was Storyboarded UITableView)
JFles's Repositories
JFles/FunctionalSwift
Following along with the objc.io book "Functional Swift"
JFles/HWS_100DoS_Day32ChallengeApp
Simple shopping list with UITableView
JFles/About-SwiftUI
Gathering all info published, both by Apple and by others, about new framework SwiftUI.
JFles/ADT_Interview_CodingChallenge
iOS UIKit app to display the Rick and Morty character list
JFles/CS463_RSACalculator
CS463 Semester Project - RSA Educational Calculator app
JFles/HWS_100DoS_Day50ChallengeApp
TableView of user taken photos with user set descriptions for tableViewCell descriptions. Allows editing the captions, and detailViewController shows the image (Rough description of desired features)
JFles/HWS_100DoS_Day59ChallengeApp
Simple app for country facts such as population size, currency, languages, demonym, etc. Utilizing https://restcountries.eu/ API for country data
JFles/HWS_100DoS_Project1a
Project 1(Storm Viewer) rewritten with programmatic UICollectionView(was Storyboarded UITableView)
JFles/brave-clojure-notes
Notes while working through Clojure for the Brave and True by Daniel Higginbotham
JFles/Demo_UITextFieldDelegateCrash
Quick demonstration of UITextFieldDelegate's `textFieldShouldEndEditing(:)` crashing when popping a parent VC while a child table view cell with a UITextField is still the firstResponder
JFles/DesignPatterns
Reimplementing GoF Design Patterns in Swift Playgrounds as a learning exercise
JFles/flutter_chat_app
Chat App using Flutter and Firebase
JFles/flutter_counter_app
Counter App using behaviors
JFles/GShade-Shaders
Home of old GShade patch notes, and maintained for backwards-compatibility with early versions.
JFles/handsomeIOS
list of best iOS Articles,Videos,Blogs in my iOS Journey
JFles/HapticKey
A simple utility application to trigger haptic feedback when tapping Touch Bar.
JFles/HWS21_BusApp
HWS 2021 Day 3 Workshops for Bus App
JFles/HWS21_HeterogeneousTaskGroups
JFles/HWS21_Sandbox
JFles/HWS21_TaskGroups
JFles/HWS_SwiftConcurrency
Notes while reading HWS's "Swift Concurrency by Example"
JFles/ios-unit-testing-by-example
Example source code and my own while working through iOS Unit Testing by Example by Jon Reid
JFles/Landmarks
SwiftUI Tutorial "Landmarks"
JFles/living-clojure-notes
Notes and sample projects while working through "Living Clojure" by Carin Meier
JFles/MyLocationsRW
MyLocations RW project
JFles/MyLocationsRWT
Lets you keep a list of spots you find interesting! Functions like a location album. After travelling to a significant location, use the app to get your GPS coordinates and take a picture with the phone's camera to document where you've been. App utilizes Core Location to retieve the user's geolocation, Map Kit to display a user's favorite locations, the phone's camera and photo library to take and attach photos to the locations, and Core Data as a database.
JFles/swiftui-notes
content for Using Combine - notes on learning Combine with UIKit and SwiftUI
JFles/SwiftUI-TodoMVC
TodoMVC implemented in SwiftUI
JFles/SwiftUI_Todo
Simple toy todo app to explore SwiftUI and other technologies
JFles/tweet_scrub
Pull tweets for a user with the Twitter API, filter them against a list of keywords, then delete or archive the filtered list of tweets