Become a member
Sign in
Get started
Baran
Baran

Baran

Follow

34 Following
9 Followers
  • Profile
  • Claps
  • Highlights
  • Responses

Responses

Baran
Baran
Aug 16, 2018 · 1 min read
Get your hands dirty: Build your own auto-expanding scrollable TextView
133
1
Livnoor Brar

This is awesome! How you solve the problem with following the curos e.g. when the user hard presses on the keyboard in order to set the cursor to a specific position? When doing this in a UITextView the scroll view scrolls with the cursor when moving the top or bottom edges of the screen (if further content is available).

Baran
Baran
Jun 20, 2018 · 1 min read
There is a global notification called UIApplicationUserDidTakeScreenshotNotification.
2
Kurt Arnlund

The notification is only posted after the screenshot is taken and not before. Therefore you don’t have access to the screenshot that was taken.

Baran
Baran
Feb 20, 2018 · 1 min read
Send an iOS Push Notification using AWS SNS JavaScript SDK
125
5
Dom DiCicco

Thanks. That helped a lot!

Baran
Baran
Dec 6, 2017 · 1 min read
Checking internet connection in swift using Alamofire
574
6
Abhimuralidharan

Thanks for that. Easiest solution I found right now.