All Projects → bobbyconti → Contacts Swiftui

bobbyconti / Contacts Swiftui

A contacts app built using SwiftUI! Scroll through a dynamic list of contacts, bring up detail views with contact info, and mark contacts as favorites!

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Contacts Swiftui

Android interviews
🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Stars: ✭ 510 (+1086.05%)
Mutual labels:  stack, list
Collections.pooled
Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.
Stars: ✭ 115 (+167.44%)
Mutual labels:  stack, list
Gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, …
Stars: ✭ 10,883 (+25209.3%)
Mutual labels:  stack, list
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (+346.51%)
Mutual labels:  stack, list
Mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
Stars: ✭ 321 (+646.51%)
Mutual labels:  stack, list
Gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Stars: ✭ 254 (+490.7%)
Mutual labels:  stack, list
Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: ✭ 125 (+190.7%)
Mutual labels:  stack, list
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (+874.42%)
Mutual labels:  stack, list
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+1330.23%)
Mutual labels:  stack, list
Wp Vps Build Guide
A verbose build guide for a modern, high-performance WordPress production VPS.
Stars: ✭ 31 (-27.91%)
Mutual labels:  stack
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (-18.6%)
Mutual labels:  stack
Github Cheat Sheet
A list of cool features of Git and GitHub.
Stars: ✭ 33,595 (+78027.91%)
Mutual labels:  list
Coding Ninjas Java Solutions
This will have solutions to all the problems that are included in Coding Ninja's 2020 Java Course. Star the repo if you like it.
Stars: ✭ 32 (-25.58%)
Mutual labels:  stack
St3 Binaryplist
Automatically converts binary property lists to XML when opened and writes them back out to binary when saved.
Stars: ✭ 35 (-18.6%)
Mutual labels:  plist
Collectionviewpaginglayout
a simple but highly customizable paging layout for UICollectionView.
Stars: ✭ 947 (+2102.33%)
Mutual labels:  stack
Fontblaster
Programmatically load custom fonts into your iOS and tvOS app.
Stars: ✭ 1,000 (+2225.58%)
Mutual labels:  plist
Awesome Cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
Stars: ✭ 35,136 (+81611.63%)
Mutual labels:  list
Frontend Dev Bookmarks
Manually curated collection of resources for frontend web developers.
Stars: ✭ 32,924 (+76467.44%)
Mutual labels:  list
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (-2.33%)
Mutual labels:  stack
Math books
📚 Математичный список полезных книг
Stars: ✭ 38 (-11.63%)
Mutual labels:  list

Contacts-SwiftUI

Overview

Contacts-SwiftUI is a contacts app built using SwiftUI! Scroll through a dynamic list of contacts, bring up detail views with contact info, and mark contacts as favorites! The app incorporates:

  • SwiftUI
  • Bindable Objects
  • Navigation Views and Buttons
  • Lists and Stacks
  • Images and Text
  • Plists

Custom Features

Additional features were added to the original functionality of the app, including:

  • Dynamic UI using SwiftUI
  • Circular Contact Photos with Shadow

Getting Started

This app is not available on the App Store.

Prerequisites

  • A Mac running macOS Catalina (beta)
  • Xcode 11 (beta)

Installation

  1. Clone or download the project to your local machine
  2. Open the project in Xcode
  3. Run the simulator

Acknowledgements

The following resources were used in the development of this project. All custom code is my own.

Interested in learning more about iOS Development? Sign up today!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].