Filter
Exclude
Time range
-
Near
Building an iOS app or trying to get one ready for the App Store? Alderframe LTD can help with: • iOS app creation • Bug fixes • UI/UX polish • App Store submission • App reviews & audits • Subscription/payment flow issues • Launch preparation Fair pricing. Clear communication. Practical results. DM me if your iOS app needs building, fixing, or getting over the finish line. #iOSDeveloper #AppDevelopment #AppStore #SwiftUI #iOSApps #MobileAppDevelopment #StartupApps
1
1
9
Quick tip about how to make a successful app📝 #Apple #iosdeveloper
3
Hiring Freshers at Panoramic Infotech • iOS Developer – Fresher – 02 Openings • IT Support – Fresher – 02 Openings • Data Entry Operator – Fresher – 02 Openings panoramicinfotech.com/career #Hiring #FreshersJobs #PanoramicInfotech #iOSDeveloper #ITSupport #DataEntryOperator
20
Hiring at XcelTec • iOS Developer – 1–3 Yrs – 01 Opening • PHP Laravel Developer – 1–4 Yrs – 02 Openings • Quality Assurance – 1–4 Yrs – 03 Openings • SEO Executive – 1–4 Yrs – 02 Openings Apply Now: xceltec.com/career #Hiring #XcelTec #iOSDeveloper #LaravelDeveloper
43
4. Apollo iOS Most popular GraphQL library for iOS. Features: - Type-safe Swift models - Query generation - Code generation - Async/Await support - WebSocket subscriptions - Cache management Installation Swift Package Manager File → Add Package Dependency Package: github.com/apollographql/apo… 5. Apollo Architecture iOS App ↓ Apollo Client ↓ GraphQL Server ↓ Database Apollo Client handles: Queries Mutations Subscriptions Caching Network layer 6. Apollo Setup Network Layer import Apollo final class Network { static let shared = Network() private(set) lazy var apollo = ApolloClient( url: URL(string: "api.example.com/graphql")! ) } 7. Writing GraphQL Queries Create: query GetUsers { users { id name email } } Apollo generates: GetUsersQuery Automatically. This is a huge advantage because: - No manual Codable models - Compile-time type safety #iOS #Swift #GraphQL #ApolloIOS #SwiftUI #UIKit #MobileDevelopment #iOSDeveloper #SoftwareEngineering #Programming #Tech #Apple #AsyncAwait #API #Develop
18
3. Core Concepts Query Used to fetch data. query GetUser { user(id: 1) { id name email } } Equivalent to: http GET Mutation Used to create/update/delete data. mutation CreateUser { createUser(name: "Phoenix") { id name } } Equivalent to: http POST PUT DELETE Subscription Used for real-time updates. GraphQL subscription { messageAdded { id text } } Use cases: - Chat apps - Live scores - Stock market - Notifications Usually works through: Plain text WebSocket #iOS #Swift #GraphQL #ApolloIOS #SwiftUI #UIKit #MobileDevelopment #iOSDeveloper #SoftwareEngineering #Programming #Tech #Apple #AsyncAwait #API #Developers
1
21
2. Why Use GraphQL in iOS? Prevents Over-fetching — REST: Need -> name Receive -> name email phone address GraphQL: Need -> name Receive -> name Prevents Under-fetching — REST: http /users/1 /users/1/posts /users/1/comments Multiple API calls. GraphQL: query { user(id:1){ name posts{ title } comments{ text } } } Single request. Better for Mobile Apps Benefits: - Less bandwidth - Fewer network calls - Faster screens - Better battery efficiency - Better performance on slow network #iOS #Swift #GraphQL #ApolloIOS #SwiftUI #UIKit #MobileDevelopment #iOSDeveloper #SoftwareEngineering #Programming #Tech #Apple #AsyncAwait #API #Developers
1
34
GraphQL in iOS — 1. What is GraphQL? GraphQL is a query language for APIs developed by Meta (Facebook). Instead of receiving an entire response from the server like REST, the client requests only the fields it needs. REST - REQUEST http GET /users/1 RESPONSE: JSON { "id": 1, "name": "PSKV", "email": "mail ID", "phone": "number", "address": "...", "posts": [...] } Even if you need only: name email you still receive everything. GraphQL - REQUEST: query { user(id: 1) { name email } } RESPONSE: JSON { "data": { "user": { "name": "PSKV", "email": "mail ID" } } } Only requested fields are returned. #iOS #Swift #GraphQL #ApolloIOS #SwiftUI #UIKit #MobileDevelopment #iOSDeveloper #SoftwareEngineering #Programming #Tech #Apple #AsyncAwait #API #Developers
1
68
🚀 Mobile App Developer Building innovative iOS or Android apps? Let's connect with developers creating great mobile experiences. 📩 olasunkantaiwo2021@zohomail.com #MobileDeveloper #iOSDeveloper #AndroidDeveloper
11
🚀 Mobile App Developer Building innovative iOS or Android apps? Let's connect with developers creating great mobile experiences. 📩 olasunkantaiwo2021@zohomail.com #MobileDeveloper #iOSDeveloper #AndroidDeveloper
34
The JRNL app from my book running on Xcode 27 beta amazon.com/iOS-Programming-B… #iosdeveloper
16
🚨 iOS 27 Beta Release Timeline is here! 🌍📱 Apple is expected to roll out the first iOS 27 Beta today. 🇮🇳 India: 12:30 AM (Tuesday) Check your region in the image below 👇 Are you installing iOS 27 Beta on Day 1? 👀 #iOS27 #Apple #WWDC26 #iPhone #iOSBeta #TechNews #AppleEvent #iOS #iPhone17 #iPhone18 #AppleIntelligence #iOS27Beta #WWDC #TechTwitter #AppleNews #iPhoneUsers #BetaTesting #SoftwareUpdate #Technology #TechCommunity #TechUpdates #FutureOfTech #AppleEcosystem #iOSDeveloper #iPhoneTips #Siri #smartphone #AI
2
427
Excited to share that I successfully passed the Mobile Application Developer AI Interview and earned certification from Micro1. This assessment evaluated technical knowledge, problem-solving abilities, and communication skills across mobile application development concepts. I'm grateful for this achievement and look forward to exploring opportunities in Android, iOS, Flutter, Kotlin, Java, and cross-platform mobile development. #Micro1 #MobileDeveloper #AndroidDeveloper #iOSDeveloper #FlutterDeveloper #ReactNative #Kotlin #Java #Swift #MobileAppDevelopment #SoftwareEngineer #SoftwareDevelopment #TechCareers #AIInterview #FullStackDeveloper #CloudComputing #CareerGrowth
80
Yusuf Demirci ile Swift’te Protokoller Part 2 #yazılım #debug #swift #ios #iosdeveloper
2
143
I Built the ASO tool I wish I had when I launched my first app. 📈 Track rankings worldwide 🔍 Discover keyword opportunities 🚀 Monitor Top 15 changes 🔔 Get ranking alerts Made for indie developers. #viral #keywords #asotracker #asotools #indiedev #iosdeveloper #swiftui #app
17
👀I'll keep this short... we're looking for a savage React Native iOS dev to join MIRRA.co which is going to be the next biggest social identity networking app ever built... mark my words! Remote full time. If you are world class RN Expo iOS developer that can join our team to get MIRRA.co to the app store, DM me #hiring #iosdeveloper #developer #ios #reactnative
3
2
385