Published inadessoTurkeySwift Advanced ConceptsSwift is a popular programming language known for its elegance, safety features, and user-friendly nature. While many developers are…Jul 11, 2023Jul 11, 2023
Mobil uygulama testleri neden ve nasıl otomatize edilir?Appium ve benzeri araçları kullanarak mobil uygulamaları test etmek, mobil otomasyon testi olarak bilinir.Jun 28, 2022Jun 28, 2022
iOS Uygulama GüvenliğiApple, kötü amaçlı yazılımları App Store’dan uzak tutmada oldukça başarılı. Ancak başvuru inceleme süreci, geliştiriciler için…Dec 25, 2021Dec 25, 2021
Published inMac O’ClockHow to create, use your own cocoapods libraryWe mostly use cocoapods to add 3rd party applications to our project. To create a modular project based on Cocoapods, each feature…Sep 17, 2021Sep 17, 2021
Published inMac O’ClockiOS Persistence and Core DataAll the variables and constants that you allocate in Swift are stored in memory, so they get lost when users quit the app.Aug 10, 2020Aug 10, 2020
Published inMac O’ClockIntroduction to ReactiveXReactive programming is converting everything into an event sequence. Every change in our data converted into an event that other parts of…Jul 17, 2020Jul 17, 2020
iOS Concurrency and ThreadingGrand Central Dispatch provides language features to support concurrency on iOS. It works with Dispacth Queue (objects) in our application.Jul 7, 2020Jul 7, 2020
iOS Networking with SwiftWe will begin with the networking foundations to understand web services and the rest of all.Jun 29, 2020Jun 29, 2020
Closure Retain Cycle in SwiftBefore you begin I highly recommend you to check ARC story.May 17, 20201May 17, 20201
Published inMac O’ClockDelegate Retain Cycle in SwiftWhy delegate should be weak var?May 17, 2020May 17, 2020