📲 An iOS app for meetup goers

Overview

Meetup Organizer

📲 An iOS app for meetup goers, hosts, and organizers that extends native Meetup app's functionality and lets you upload multiple photos to meetup events.

Background

I organize the largest iOS meetup in NYC, iOSoho, and it was hard for me to upload photos to events with the Meetup app because you can only upload one photo at a time. Meetup Organizer app solves my personal pain point, and it makes me very happy. 😊

If you want to upload photos to the Meetup events you attend, download the source code and run it on your iPhone. See How to run instructions below.

  • Login with your Meetup account to authenticate.
  • The app will request you to authorize the Meetup Organizer app and grant access to your Meetup account in order to upload photos on your behalf.
  • The app will display the list of upcoming and past events that you RSVP'ed "Yes" to.
  • Select an event, and upload multiple photos with a click of one button!

Demo

App demo

How to run

  • Download the source file
  • Open MeetupOrganizer.xcworkspace project
  • You will see an error message and the missing Constants.swift file in the Project Navigator in the Constants folder.

Missing Constants.swift file error

MeetupOrganizer app uses OAuth protocol to let their users login and authenticate with their Meetup account. You will need to add Constants.swift file to the project with your API key and OAuth Consumer key and secret credentials.

  1. Create new file (cmd + N), name it Constants, and add to the project.
  2. Copy-paste the code from here, and insert your own API and OAuth keys.

Build and run.

You should be able to build and run the project now, but you may encounter a few other possible errors.

Missing module error:

Missing module error

  1. Build (cmd + B) the project. The compiler should stop complaining. 🙄 😂
  2. If building the project didn't help, run pod install in your terminal.  

It shouldn't be a problem, but just in case, if you're missing the image assets in the project, you can download and add them manually from here.

Acknowledgements

Resources

TO-DO

  • refactor image upload

  • on navigation to AddPhotosVC, display photos that are already on the server (fetch photos, display in the collection view)

  • when uploading new photos, add new photos to the col view (different section? )

  • improve response time on fetching upcoming and past events: cache response, add pull to refresh

  • add log out/switch account button

  • add tests

  • handle errors, create user facing alerts

  • add empty states: no upcoming events, no past events

  • nit: request access to photos on add photos button tapped, not on vc navigation

  • add an app icon

  • ? add caption to uploaded photos: Uploaded by member name via Meetup Organizer iOS app by Ayuna Vogel (include link?)

  • upload activity indicator per cell

    • the col view will display selected photos
    • change cells' alpha to opaque
    • add spinning activity indicators indicating upload progress per photo/per cell
    • if there's a problem with upload, display a user facing error message
    • when upload is complete & successful (json response came back), stop & hide activity indicators, change cells' aipha to clear
  • ? search events

Resources to explore:

You might also like...
Ios-weather-app - A simple weather app with swift
Ios-weather-app - A simple weather app with swift

AHOY Assignment Weather app Main Screen Settings Architecture The Architecture u

Marvel-App - Marvel App For iOS Using Swift
Marvel-App - Marvel App For iOS Using Swift

App Previews Home Screen Detail View Features Async await UICollectionViewCompos

Small app trying to recreate the Github's repos section from the iOS app with RxSwift and .nibs
Small app trying to recreate the Github's repos section from the iOS app with RxSwift and .nibs

Github Profile Repos Small app trying to recreate the Github's repos section from the iOS app with RxSwift and .nibs. This project is currently in pro

An IOS app that shows big 6 different animals from different National Parks from Africa, App available for mactosh
An IOS app that shows big 6 different animals from different National Parks from Africa, App available for mactosh

An IOS app that shows big 6 different animals from different National Parks from Africa, App available for mactosh. Africa was developed using SwiftUI

This To-Do app was developed using Swift and SwiftUI and works on iOS, MacOS (Apple Silicon) and WatchOS. The tasks are kept on storage even when the app is restarted.

ToDo-SwiftUI This app has a lot of sentimental value for me, given that it helped me a lot to understand the process of doing an iOS app and became th

Booky heavily-commented demo app built to explore Apple's new 'App Intents' framework introduced in iOS 16
Booky heavily-commented demo app built to explore Apple's new 'App Intents' framework introduced in iOS 16

Booky Demo App ℹī¸ ABOUT Booky is a work-in-progress, heavily-commented demo app built to explore Apple's new 'App Intents' framework introduced in iOS

Quotes App is quotes browsing app which is built with Quotable Free API completely in SwiftUI.
Quotes App is quotes browsing app which is built with Quotable Free API completely in SwiftUI.

Quotes App is quotes browsing app which is built with Quotable Free API completely in SwiftUI. You can watch the whole journey of building this

Stocks-App - App that allows the user to track stocks of their choice
Stocks-App - App that allows the user to track stocks of their choice

Stocks-App App that allows the user to track stocks of their choice (Coming soon

Owner
Ayuna Vogel
TPM @Microsoft / Speaker @SignalConf / WWDC Scholar 2016 / Formerly iOS @LinkedIn, @Vimeo, @Neverlate_App, @C4QNYC, @iOSoho Lead & Women in iOS Meetup Founder
Ayuna Vogel
In this mini app covered the concepts like basics of SwiftUI and Navigations and Animations and List with CRUD functions and MVVM and App Launch and App icons adding and also applied persistence using UserDefaults Concept.

TodoList In this application used the concepts from the beginner level project of SwiftUI_Evolve_1 The following concepts covered in this mini app Swi

Sivaram Yadav 2 Dec 4, 2021
NetFun-ios-app - iOS app using BFF service to display processed data.

NetFun-ios-app iOS app using BFF service to display processed data. The iOS demo developed in SwiftUI and it uses BFF service to show expected UI comp

Minhaz Panara 0 Jan 3, 2022
Porting the example app from our Advanced iOS App Architecture book from UIKit to SwiftUI.

SwiftUI example app: Koober We're porting the example app from our Advanced iOS App Architecture book from UIKit to SwiftUI and we are sharing the cod

raywenderlich 55 Dec 19, 2022
SwiftUI App to view the App Activity Record from iOS 15

App Activity Viewer A viewer for the iOS 15 "Record App Activity" export. FAQ How do I create an App Activity Report? Go to the "Settings" app of your

Jannik Arndt 13 Nov 16, 2022
iOS app for Ribbit, Broker API Reference App

Ribbit Reference Implementation (iOS) The reference implementation for designing the iOS user interface of a broker-dealer trading application with th

Alpaca 23 Dec 14, 2022
The app provides additional actions for the Shortcuts app on macOS and iOS.

Actions Supercharge your shortcuts The app provides additional actions for the Shortcuts app on macOS and iOS. Submit action idea (Submit an issue bef

Sindre Sorhus 1.2k Dec 29, 2022
A todo list iOS app developed with swift5 and coredata to persist data, this app help people organise their tasks on categories.

A todo list iOS app developed with swift5 and coredata to persist data, this app help people organise their tasks on categories. The app is simple, intuitive, and easy to use and update tasks informations.

null 1 Oct 10, 2022
The app demonstrates how to use Firebase in a SwiftUI iOS app

Firebase SwiftUIDemo app This app demonstrates how to use Firebase in a SwiftUI iOS app. Firebase Setup Go to firebase.com Click new project. Copy app

Andrew Gholson 0 Nov 28, 2021
An iOS app that visually clones Spotify's app and consumes the official Spotify's Web API to show(and play) songs, podcasts, artists and more.

SpotifyClone An iOS app that visually clones Spotify's app and consumes the official Spotify's Web API to show(and play) songs, podcasts, artists and

Gabriel Denoni 11 Dec 27, 2021
IOS-Quiz-App- - A trivia quiz app built with Swift using MVC structure

Quiz App A trivia quiz app built with Swift using MVC structure. Default Quiz

null 0 Feb 25, 2022