Mar 31Single Cherry-Pick With multiple CommitUsing two methods Git cherry-pick one of the few very useful commands, useful for fetching one commit from another branch to yours. here’s how if you want to cherry-pick more than one commit. Cherry-Pick Multiple Commit Normal you can use this method, cherry-pick with multiple commit you can cherry-pick any number of commit…2 min read
Feb 25Sending Message Error To Webhook SlackFrom IOS App to Slack This time i will report app error to slack using webhook. A webhook in web development is a method of augmenting or altering the behavior of a web page or web application with custom callbacks. …I OS3 min read
Jan 25Cancel Last Commit When Already pushThis how I cancel last commit when it already push on gitlab, there a couple solution but this work for me , and follow this step for fixing. go to git history you can check in your github/gitlab etc. There are several other ways but this is the way I’ve…Git2 min read
Dec 13, 2021Tableview in UITableviewcellIf you want to create dynamic table view Have you ever tried to include TableView in UITableViewCell but failed, this time I’ll give an example of one way to create dynamic size for tableview in UITableViewCell # Use this custom TableView size Step one create table view and custom table view cell, in that cell there…2 min read
Nov 25, 2021When I use looping in SwiftList of loops I use from frequently used to new I know what they are used for. A few more loops I forgot, this is the list I remember. 1. Standard (For — In Loop) Such as items in an array, ranges of numbers, or characters in a string. …I OS3 min read
Nov 1, 2021Add items in UIStackView programmaticallyStack view is one of more UI component in xcode Sometime when you create UI in mobile development is difficult, need to input the correct components so that the development becomes easier. I often have problems creating difficult IOS UI sometimes combining programmatically and (drag & drop) UI in xib…I OS2 min read
Oct 11, 2021Input currency format on a UITextfieldUITextField for currency input. Written in Swift. Textfield can be create use currency text fields with UITextField subclass, how to make it first add a target for UIControlEvents is “.editingChanged” …I OS2 min read
Oct 4, 2021My first template app selling for $9 on themeforest marketThemeforest is a marketplace and websites to sell your skill and creativity, as developer sometimes I want to earn passive income just by selling code. my friend told to me, that there is a website where we can sell our code as templates. First app I try to create a…I OS2 min read
Sep 21, 2021The terminal command I always use during developmentCreate project app you need to know about terminal command — This command on terminal mostly I was use when build iOS app. although there are many tools that can be used but I still often use the command in the terminal. …I OS3 min read
Sep 10, 2021CleverTap Push Notification APNs Bad Device TokenI get new task for adding new analytic platform to my project. When I testing push notification from Clevertap dasboard I get some bug when send push notification, and this response error clavetap “APNsBadDeviceToken (1)” number in brackets is how much device error in same time. First you have to…Ios Swift2 min read