I develop user-friendly, beautiful, and high-performance mobile applications using SwiftUI and modern iOS technologies.
Published Apps
Happy Users
Average Rating
My published iOS apps on the App Store
Organize your daily tasks, set reminders, and increase your productivity. Task management has never been this easy with its modern and user-friendly interface.
Safely store your thoughts, ideas, and notes. Offers a modern note-taking experience powered by SwiftData.
Creating user-focused applications with a passion for iOS development
Hello! I'm Fatma Zehra ASLANTAŞ. I'm a passionate developer in iOS application development. Using SwiftUI and modern iOS technologies, I develop applications that make users' daily lives easier.
In every project, I prioritize user experience and aim to create applications that are perfect both functionally and aesthetically. With a philosophy of continuous learning and self-improvement, I follow the latest innovations in the iOS ecosystem.
import SwiftUI
struct ContentView: View {
@State private var message = "Hello, World!"
var body: some View {
VStack {
Text(message)
.font(.largeTitle)
.foregroundColor(.blue)
.padding()
Button("Tap me!") {
message = "SwiftUI is awesome!"
}
.buttonStyle(.borderedProminent)
}
}
}
Don't hesitate to get in touch with me
You can contact me for new project ideas, collaborations, or feedback about my applications.