
In Progress
Posted
Paid on delivery
I have a large amount of existing SwiftUI code for a nurse scheduling app and need an experienced SwiftUI developer to complete it and make it fully functional. Main Features: • 4-digit nurse login with auto logout after 30 minutes • Randomized scheduling groups of 5 nurses with countdown timers • Weekly requirement of 3 shifts per week with reminders • Time off and shift swap requests • Admin dashboard to generate groups and manage access codes • Automatic monthly schedule emails and SMS What I Need: • Clean up and organize the existing SwiftUI code into a proper project • Connect the app to a backend • Fix bugs and improve the UI • Set up the scheduling group system and automated reports Please reply with your SwiftUI experience and a rough timeline + cost estimate.
Project ID: 40587041
120 proposals
Remote project
Active 4 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
120 freelancers are bidding on average $1,275 USD for this job

Hi I can develop native ios app in swift. I need few more details and design assests from you and i can get started quickly. We can discuss more details of the project over the call. Lets chat
$1,899.99 USD in 7 days
8.8
8.8

Hi, Elias here from Miami. Completing a nurse scheduling app is much more than finishing SwiftUI screens. Features like randomized groups of five, weekly shift requirements, countdown timers, and swap requests all depend on consistent scheduling rules, otherwise small issues can quickly create confusion for the nursing staff. I've worked on SwiftUI applications involving authentication, backend integration, notifications, timers, and role-based workflows. Since you already have an existing codebase, my first step would be organizing it into a clean project structure, then completing the missing functionality while preserving what's already working. I prefer understanding the workflow before changing code. That makes it easier to build features that are reliable, easier to maintain, and less likely to introduce new bugs as the app grows. Relevant work includes healthcare applications, staff scheduling systems, mobile workflow apps, admin dashboards, and backend-driven iOS applications. Q1. Do you already have a preferred backend, or are you open to recommendations? Q2. Should scheduling groups remain fixed once generated, or can admins regenerate them if staffing changes? Q3. Will nurses receive reminders only through the app, or should push notifications work alongside email and SMS?
$1,125 USD in 7 days
8.1
8.1

Hello, Greetings Hope you are doing well. I am a Mobile Application developer with over 5 years of experience. I am confident in my ability and skills to develop high-quality Mobile apps and would like to work on your nurse scheduling app project. I will complete the work as per your requirements. I want to discuss more this project to prepare the final concept. So let’s discuss this in detail over chat then will make plans to start work on it. Waiting for your earliest reply. Thanks. Shubham
$750 USD in 18 days
8.0
8.0

Interesting project, I will deliver your nurse scheduling app in Swift with the core module (create tasks, assign to shifts, weekly workload view), priority indicators, and pre-shift alerts, all structured in MVVM with SwiftUI and Core Data for local persistence. The Xcode project, Git repo, and recorded walkthrough will be ready for TestFlight. On a similar healthcare utility build, keeping the shift swap flow to two taps reduced user errors noticeably. I will apply that same pattern here. Questions: 1) For the weekly workload view, do you want a calendar grid or a timeline layout per nurse? 2) Should Core Data handle all persistence locally, or do you plan to add a backend later for the collaboration feature? Share your priority list for the nice to haves and I will map out the build phases by tomorrow. Looking forward to discussing further. Best regards, Kamran
$831 USD in 13 days
7.4
7.4

With over 8 years of experience in mobile app development, I am well-equipped to tackle your Swift Nurse Scheduling App. Having worked on numerous projects that require a strong focus on intuitive interfaces, task management, as well as prioritization and alerts, solving the critical problem you've outlined for nurses fits right in my wheelhouse. I've developed applications using both SwiftUI and UIKit, making me adaptable to your project's requirements while maximizing performance and maintaining clean codebases. Additionally, my fluency with local stores, like Core Data, is sure to provide efficient data persistence for your app. For me, quality and value addition has always been paramount in delivering projects. While respecting Apple’s Human Interface Guidelines for App Store readiness, I'm willing to suggest feasible enhancements for a more enriching user experience without increasing the scope unnecessarily. From due-date reminders to lightweight collaboration between nurses via voice-driven task entry or shift swapping are just a few of the possibilities I can envision bringing to your app. I look forward to building something great with you!
$800 USD in 10 days
6.5
6.5

Hi I will be able to help you. Please message me so that we will have detail technical discussion. I have 9+ years of combined experience in Mobile Application development in Native on Android Java, kotlin and IOS Swift, and For Hybrid Cross platform on Flutter Dart & React- Native and for web and backend on react js and node js, Python Django and php CodeIgniter mvc and Laravel. Please consider me and initiate a chat for further detailed discussion. Regards, Anju
$1,000 USD in 30 days
6.5
6.5

Hi there, Hope you are doing well I'd love to help complete your SwiftUI Nurse Scheduling App. We have experience building healthcare and scheduling applications with secure authentication, automated workflows, backend integration, and intuitive user interfaces. Recommended Tech Stack iOS App: SwiftUI Backend: Node.js (NestJS) / Firebase Database: PostgreSQL / Firebase Firestore Authentication: Secure PIN-based login with JWT/Firebase Auth Notifications: APNs & Firebase Cloud Messaging Email & SMS: SendGrid + Twilio Cloud: AWS / Firebase What We'll Deliver Refactor and organize your existing SwiftUI project Connect the app to a secure backend and database Implement nurse scheduling groups with countdown timers Time-off requests, shift swaps, reminders, and auto logout Admin dashboard for schedule management and access codes Automated monthly email and SMS reports Complete source code, documentation, deployment support, and post-launch assistance We're confident we can transform your existing code into a production-ready application with a scalable architecture and smooth user experience. Looking forward to discussing your project. Thanks &Regards, Dheeraj K.
$750 USD in 15 days
7.0
7.0

Hi, I have extensive experience building native iOS apps in Swift with clean MVVM architecture and intuitive scheduling workflows. I can develop your nurse scheduling app with task management, reminders, Core Data persistence and a polished UI that's ready for TestFlight, complete with well-documented source code and ongoing support. Tejal
$1,500 USD in 15 days
6.2
6.2

Hi - Mateo here from Toronto. Native iOS scheduling apps live or die on the notification layer and the persistence model — if Core Data isn't structured cleanly from the start, shift and task queries get slow fast as data grows. MVVM with a clean separation between the scheduling logic and the SwiftUI views also matters more here than in a typical utility app, because the shift-swap and collaboration features you're describing will need that architecture to expand without rewrites. My approach: SwiftUI for the interface (cleaner than UIKit for a task-focused layout), Core Data with a normalized shift-task-nurse schema, UserNotifications for shift alerts with local trigger scheduling, and full MVVM with testable ViewModels throughout. TestFlight build, Xcode project, inline documentation, and a screen-recorded walkthrough included.
$1,500 USD in 21 days
5.8
5.8

Your hardest requirement is the quiet one: "nothing gets missed." iOS only keeps 64 pending local notifications per app, so a full week of pre-shift and critical-task alerts will silently drop the ones furthest out. I schedule a rolling window through UNUserNotificationCenter and re-arm the rest on launch and on background refresh, so alerts stay reliable no matter how full the week gets. Architecture I'd commit to: SwiftUI with MVVM over a thin repository layer, so views bind to published view-model state and never touch Core Data directly. That keeps the scheduling logic unit-testable and easy for the next developer to extend. Tasks, shifts, and priority become first-class entities, with the weekly workload view driven off fetched, grouped-by-shift data. For shift-swapping between nurses, the clean path is NSPersistentCloudKitContainer: the same Core Data store with free iCloud sync and no backend to run or secure, which matters for health data. Voice entry fits naturally through SFSpeechRecognizer once the core is stable. You'd get a TestFlight build, a documented Xcode project with clear commit history, and a short walkthrough of the main flows. One thing to confirm: should a shift-swap sync silently, or route through an approve/confirm step so no one loses a shift by accident?
$1,000 USD in 7 days
5.6
5.6

Hello! As per your project post, you are looking to complete an existing SwiftUI based nurse scheduling application by enhancing the current codebase and delivering a fully functional, production ready solution. The application includes secure nurse authentication, automated scheduling, shift management, reminders, time off and shift swap workflows, an admin dashboard, and automated email and SMS notifications. My approach will begin with reviewing your existing SwiftUI codebase, identifying incomplete modules and architectural improvements, and then completing the remaining functionality. I will implement secure 4 digit authentication with automatic session timeout, randomized nurse group generation, scheduling logic, shift reminders, time off and swap requests, admin management tools, automated email and SMS workflows, thorough testing, and performance optimization to ensure a stable and maintainable application. I specialize in Swift, SwiftUI, UIKit, Firebase, REST APIs, Core Data, notifications, scheduling systems, and iOS application architecture. My focus will be on extending your existing codebase using clean, scalable practices while ensuring the application performs reliably and remains easy to maintain. I would be happy to review your existing SwiftUI project and help bring the application to a fully functional, production ready state. Best regards, Nikita Gupta
$800 USD in 18 days
5.7
5.7

With over a decade of experience in iOS development, I have confidently built a strong foundation in SwiftUI, which will ensure I can smoothly shape your nurse scheduling app to meet all requirements. Our team operates solely on a full-stack approach, guaranteeing that I am well-versed in not only the frontend's user interface but also the integration of backend systems. Furthermore, our ability to build and implement efficient data pipelines at scale is paramount for your intended automation features and scheduling group system. Regarding your current project status, my team and I are more than capable of organizing and improving your SwiftUI code ensuring its adherence to best practices. Apart from that, we'd take care of connecting your app to a backend system while implementing any necessary bug fixes and UI improvements along the way. Lastly, being able to tune our schedules to meet yours puts us ahead in providing real-time assistance via Slack throughout each iteration. By ensuring that no communication lapses hinder our progress, we can maximize efficiency and ultimately achieve timely delivery. Let my team's adaptability and experience benefit your project; together we'll create an elegant and functional nurse scheduling app that meets all your needs
$1,125 USD in 7 days
4.6
4.6

Hello, Yes, I can take over the existing SwiftUI codebase, but the first step should be stabilizing the scheduling rules and backend state before polishing the interface. The main risk is not generating groups of five nurses. It is keeping login sessions, shift limits, countdowns, swaps, time-off requests, reminders, and admin changes synchronized without duplicate assignments or conflicting schedules. I would begin with a code and architecture audit, then reorganize the project using a clean MVVM structure. I would connect it to a secure backend with role-based access, persistent scheduling data, audit logs, and background automation for monthly email and SMS reports. The workflow would cover: Nurse login → group assignment → shift selection → requirement tracking → reminders → swap/time-off approval → finalized monthly schedule. I would also improve UI consistency, fix current bugs, add validation, test edge cases, and document the backend, deployment, and future maintenance process. Estimated timeline: 6–8 weeks Estimated cost: USD $6,500–9,000, confirmed after reviewing the current code and backend requirements. One important question: when a nurse requests a swap or time off after schedules are already published, should the system automatically rebuild the affected group or require admin approval before changing assignments? Kind regards, Sumit
$1,125 USD in 7 days
4.4
4.4

As a seasoned Senior Mobile Engineer with a strong emphasis on iOS development, I believe I am the perfect candidate to tackle the Nurse Scheduling App project and complement the work you've already done. My core expertise in cross-platform mobile development using modern tech like SwiftUI will enable me to seamlessly tidy up your code, connect the app to a secure and robust backend, and rectify any pesky bugs that may be causing you headaches. On top of my technical know-how, my professional approach includes ensuring clean code, intuitive UI/UX design (trust me, nurses will appreciate it), efficient deployment+publishing strategies (for those monthly schedule reports), dependable version control processes, and attentive long-term support. Allowing me to join your team will guarantee you a productive partnership culminating in a functional, user-friendly app tailored exactly to your needs.
$1,200 USD in 7 days
4.0
4.0

Hi — Truong here from Vietnam. The real challenge in a nurse scheduling app is creating a fast, reliable workflow that helps users manage shifts and tasks without adding complexity during busy healthcare routines. I’ve built mobile applications using iOS development concepts, Swift-based interfaces, databases, Git workflows, and structured app architectures. For this project, I’ll develop the native Swift app with SwiftUI, MVVM structure, local data persistence using Core Data, task management, shift scheduling, reminders, priority handling, and a clean user experience following Apple guidelines. I’ve worked on mobile and database-driven applications where maintainability and smooth user flows were important. I’ll deliver the Xcode project, Git-ready source, documentation, and TestFlight build preparation. Please share the initial wireframes or preferred workflow so I can align the app structure with your scheduling requirements.
$1,200 USD in 18 days
2.0
2.0

Hello, I can develop your native Swift nurse scheduling app with SwiftUI, MVVM architecture, local data persistence, notifications, and a clean healthcare-focused UX. I will deliver a TestFlight-ready application with maintainable Xcode project files, Git history, documentation, and walkthrough. I understand the importance of reliability, usability, and Apple Human Interface Guidelines for healthcare workflows.
$850 USD in 7 days
2.0
2.0

Hello, I can help build your native iOS nurse task and shift management app using Swift with a clean, scalable architecture. I’ll develop the scheduling module as the core experience, including shift-based task creation, assignment, editing, completion tracking, priorities, reminders, and workload visualization. I’ll use Swift 5.x with SwiftUI or UIKit where appropriate, implement a maintainable MVVM structure, and use Core Data or a suitable local persistence layer for reliable offline usage. I’ll also evaluate useful additions such as voice task entry, shift swapping, and team collaboration while keeping the app focused and easy to use. The final delivery will include a TestFlight-ready build, complete Xcode project, documented source code, repository history, setup guide, and walkthrough video. Kind regards, Aly Nurdin
$750 USD in 3 days
0.0
0.0

Hi there. I'll build a native iOS scheduling app in Swift using SwiftUI with Core Data for local persistence, featuring a dedicated shift/task management module with priority indicators, alerts, and a clean weekly workload view—delivered with a full Xcode project, inline documentation, and a TestFlight-ready build. I have strong experience with Swift and scheduling apps, and I'd genuinely enjoy creating a reliable, HIG-compliant tool for nurses. Best Regards.
$1,000 USD in 5 days
0.0
0.0

Hi, there! I have strong experience developing native iOS applications with Swift, SwiftUI, Core Data, notifications, and MVVM architecture. I can build a clean nurse scheduling app with shift-based task management, priorities, reminders, weekly workload views, and reliable local persistence. I recently completed a similar workforce scheduling tool featuring recurring tasks, due-date alerts, role-based collaboration, and TestFlight deployment. The code will be maintainable, well documented, and aligned with Apple’s Human Interface Guidelines. 1. Should the first version support only individual nurses, or must team leads assign and manage tasks for multiple nurses? 2. Do shift swaps and collaboration require a cloud backend and user accounts, or can they be excluded from the initial release? Best regards, George
$1,125 USD in 7 days
0.0
0.0

Drawing from over a decade of experience in software development, I am uniquely qualified to tackle the tasks outlined in your project listing. My specialties in AI software engineering and automation will be instrumental in tidying up your existing SwiftUI code into a cohesive project, connecting it to a backend, and solving any bugs that may arise. Additionally, with 600+ completed projects under my belt, I have the capacity to manage tasks effectively and deliver end-to-end solutions for optimal user satisfaction. Moreover, my diverse skillset extends beyond the technical realm. With expertise in Medical and Healthcare AI, I am accustomed to building complex systems within the healthcare domain. Your nurse scheduling app perfectly aligns with my past work involving designing high-functioning apps with streamlined user interfaces. Considering my proficiency in integrating APIs and working with automated reports, I will ensure your app meets the strictest requirements for nurse scheduling while making the administrator’s task effortless.
$1,500 USD in 30 days
0.0
0.0

United States
Payment method verified
Member since Jul 16, 2026
₹12500-37500 INR
$250-750 USD
$100-400 NZD / hour
₹750-1250 INR / hour
$750-1500 USD
₹750-1250 INR / hour
₹12500-37500 INR
₹12500-37500 INR
$250-750 USD
₹37500-75000 INR
₹12500-37500 INR
$250-750 USD
₹1500-12500 INR
$250-750 CAD
€750-1500 EUR
$30-250 USD
₹12500-37500 INR
₹1500-12500 INR
₹1500-12500 INR
$30-250 USD