Vedran Burojevic | Freelance Software Engineer — iOS & AI
struct ContentView: View {
@State private var items: [Item] = []
@State private var isLoading = false
@State private var searchText = ""
@Environment(\.dismiss) var dismiss
var filteredItems: [Item] {
items.filter { $0.matches(searchText) }
List(filteredItems) { item in
.swipeActions(edge: .trailing) {
Button("Delete", role: .destructive) {
withAnimation { delete(item) }
.searchable(text: $searchText)
.navigationTitle("Items")
.refreshable { await load() }
Button("Add") { addItem() }
I craft exceptional
iOS experiences and AI-driven solutions
Freelance Software Engineer specializing in iOS and AI-driven development. From native apps to intelligent agents, I help teams build what's next.
Availablefor new projects
15+years experience
Latest ProjectReddit
Tech Stack
SwiftUISwiftUIKitObjective-CSwiftDataCombineRxSwiftvisionOSRealityKitCore DataARKitCoreMLAVFoundationStoreKitHealthKitMapKitWidgetKitApp IntentsLive ActivitieswatchOSCore AnimationSwift ConcurrencySPMCocoaPodsXCTestInstrumentsFirebaseSupabaseRESTGraphQLVaporCloudKitAPNsFastlaneGitHub ActionsXcode CloudTestFlightClaude CodeCodexClaude APIOpenAI APIMCPFoundation Models