iOS Developer
Istanbul / Remote · Full-time · 3+ Years
Avva Mobile — Xcode
📱AvvaMobile›iPhone 16 Pro
✓ Build Succeeded▾AvvaMobile
▾Careers
◆iOSDeveloperJob.swift
◆Position.swift
◆Benefits.swift
▾Resources
⊞Assets.xcassets
☰Info.plist
◆iOSDeveloperJob.swift×
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
// Avva Mobile · iOS Team · Istanbul / Remote
// Full-time · 3+ Years Experience
import UIKit
import SwiftUI
import AvvaMobile
// Tech Stack
let techStack: [String] = [
"Swift",
"SwiftUI",
"UIKit",
"Combine",
"Core Data",
"Realm",
"REST API",
"App Store Connect"
]
struct iOSDeveloperJob: AvvaMobilePosition {
let location = "Istanbul / Remote"
let experience = "3+ Years"
let department = "iOS"
// Requirements
func hasRequiredSkills(_ candidate: Developer) -> Bool {
// 3+ years of Swift and iOS development experience
// Strong knowledge of SwiftUI and UIKit
// App Store submission and review process experience
// RESTful API integration and JSON serialization
// Data management with Core Data or Realm
// MVVM or Clean Architecture patterns
// Xcode, Instruments, and debugging tools
// Git version control system
return true
}
// Responsibilities
var responsibilities: [String] = [
"Developing native Swift/SwiftUI iOS applications",
"App performance and memory optimization",
"Managing releases and updates via App Store Connect",
"API integration with backend services",
"Writing UI and unit tests",
"Active participation in code review",
"Coordinating with the design team",
"Creating technical documentation and best practice standards"
]
// Benefits
var perks: [String] = [
"Performance bonus",
"Meal card",
"Training budget",
"Flexible working hours",
"Remote work option",
"Career growth opportunities",
"Modern technology stack"
]
}
Swift 5.9 · iOS 17.0+iOSDeveloperJob.swift · Ln 60 Col 1UTF-8
