Open in app

Sign in

Write

Sign in

Batuhan Gobekli
Batuhan Gobekli

63 Followers

Home

About

Pinned

Scheduling Local Notifications (Swift 5)

Difference between Local and Push Notification There are two types of notifications in iOS Framework. Remote notifications (commonly called push notifications) are sent from a server or remote. Local Notifications as we are going to talk about in this blog is handled by UserNotificationsFramework.Let’s look at the documentation You can generate notifications locally from your app…

Swift

4 min read

Scheduling Local Notifications (Swift 5)
Scheduling Local Notifications (Swift 5)
Swift

4 min read


Mar 5, 2021

Apply Swift Style and Conventions with SwiftLint

What is SwiftLint? SwiftLint is a tool to enforce Swift style and conventions. Keeping the codebase clean and compliant is a really difficult task, especially when working as a team. Every developer has their own rules and conventions when writing code. …

Swift

4 min read

Apply Swift Style and Conventions with SwiftLint
Apply Swift Style and Conventions with SwiftLint
Swift

4 min read


Jan 9, 2020

Semaphore vs Dispatch Group

Grand Central Dispatch is one of those fundamental technologies all ios developers at least used one time of their lifetime. It’s basically scheduling and working tasks different queues and threads. DispatchQueue.main.async { // Run async code on the main queue } We going to compare the common Foundation API’s DispatchSemaphore…

Swift

3 min read

Semaphore vs Dispatch Group
Semaphore vs Dispatch Group
Swift

3 min read


Jan 9, 2020

Swift Array Operations [❤]

Today we are covering a simplified topic Array Operations. To start with, we should know what an array is. Array According to documentation, arrays identified by the sentence below. An ordered, random-access collection. What does it mean? Let’s look at the definition An ordered This means that according to a specific…

Swift

3 min read

Swift

3 min read


Dec 9, 2019

Handle Internet Connectivity - iOS

Protocol oriented and clean way of internet connectivity control The main idea of this example is the adapt the basic to swifts protocol-oriented strategy. Let’s implement our first pod Reachability Reachability Reachability.swift is a replacement for Apple’s Reachability sample, re-written in Swift with closures. Here. CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. …

Swift

2 min read

Handle Internet Connection iOS
Handle Internet Connection iOS
Swift

2 min read


Dec 9, 2019

Preparing Networking Layer Using Alamofire iOS

The summarized, common, organized way of networking Let’s implement our first pod Alamofire Alamofire Alamofire is an HTTP networking library written in Swift. CocoaPods CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate Alamofire into your Xcode project using CocoaPods, specify it in your Podfile: pod 'Alamofire', '~> 5.2'

Swift

2 min read

Preparing Networking Layer Using Alamofire iOS
Preparing Networking Layer Using Alamofire iOS
Swift

2 min read

Batuhan Gobekli

Batuhan Gobekli

63 Followers

github.com/batuhangobekli

Following
  • Joe Birch

    Joe Birch

  • Bohdan Orlov

    Bohdan Orlov

  • Yahya Civelek

    Yahya Civelek

  • Yevhenii Peteliev 🇺🇦

    Yevhenii Peteliev 🇺🇦

See all (12)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams