
Search In
Sometimes we require dynamic height of UICollectionViewcell according to text of our label like this:
To get output like this do following steps.
Go to your storyboard, from "object library" drag a collectionView t
The Bit Array class represent compact bit of values mainly represented with 1 or 0 or you can say true or false.
It is used when you want to store bits but don't know the size in advance.
You can access i
Hi,
Step's required to use collectionView in Swift
1- Add collection View in your project
2- Set the delegate for collection view in controller
3- Collection view has a prototype cell, you can design accordingly you want.
4- Create a subclas
Internet Protocol being a layer-3 protocol (OSI) takes data Segments from layer-4 (Transport) and divides it into packets. IP packet encapsulates data unit received from above layer and add to its own header information.
Th
Hello readers, today I guide you "How to get category and their post via ajax".
Suppose we have 5 category in Wordpress and we want to display it in tab base and also display their post. In first when our page is loaded, 2 post are shown f
This tutorial is very helpful to create a custom video camera with controls . With the help of this content you can designing your own camera GUI with flash light ,start capturing video,stop capturing video.This content also has a feature to open bot
Difference between update() and merge() method :
Hibernate has different methods to save, fetch, update and delete object. Commonly or the most popular methods to update the data are update() and merge(). The update() method is widely used to update
Hi Reader's,
Welcome to FindNerd,today we are going to discuss convert Html to pdf in CakePHP 2.x.
If we want to convert Html to pdf in our CakePHP web application then firstly we have to download TCPF library from Github. You can see below link
Welcome to FindNerd. Today we are going to discuss one of feature of angularJS that is filters. We will discuss angularJS features one by one so keep reading our blogs. Filters play with data. It transforms the data as well as change the format of da
Step 1- Defined here some necessary variable
boolean isLoading=false; -> this variable will use to show progressbar below to recyclerview in your xml file when you scroll your recyclerview list .
int mPageSize=10; -
