iOS UIMenuController UIMenuItem Part 2 With Examples [Latest]
This is the second part in the series of tutorials on UIMenuController. In this tutorial, we’ll be implementing the UIMenuController on a Label and UITextField. We’ll see how can switch…
Java, Java EE, Android, Python, Web Development Tutorials
This is the second part in the series of tutorials on UIMenuController. In this tutorial, we’ll be implementing the UIMenuController on a Label and UITextField. We’ll see how can switch…
In this tutorial, we’ll be developing an iOS Application using Swift that has a single iOS UITableView with two different types of UITableViewCells. Multiple Cells inside a TableView are commonly…
In this tutorial we’ll look into another type of view controller namely Tab Bar Controller. At the same time we’ll give the Storyboards a more closer look. Overview The UITabBar…
In this tutorial, we’ll be looking into the details of Swift Type Casting. Let’s get started on our Xcode Playground! What is Swift Type Casting? Broadly, Type Casting consists of…
Hey, folks! In this article, we will focusing on an important topic of C programming — Boolean in C. We often come across situations wherein we need to display the…
AngularJS provides several directives to manipulate the DOM’s behavior. Earlier we looked at some of the built in directives like ng-app, ng-controller, ng-repeat etc. You can check out the official…
In this tutorial, we’ll be discussing and implementing the 3D Touch functionality in our iOS Application. Peek and Pop Peek and Pop is a functionality that is available in iPhone…
If you have used log4j, you will notice that there are many methods to log messages. For example: [crayon-651ab48360aea181724462/] Actually they corresponds to log4j levels. Log4j Levels Log4j provides many…
The binding or combining of the rows is very easy with the rbind() function in R. rbind() stands for row binding. In simpler terms joining of multiple rows to form…
Since it has been conventional to begin a programming course with a program that writes the words “Hello world!” to the computer screen we’ll begin this tutorial by getting started…