How to Insert Value into SqliteDB from NSDictionary in IOS !
NSDictionary in IOS Sometime we get value in the form of Dictionary like from JSON or Xml API. Below are the following codes which will help you insert data into sqlite database. Note:Before this add Sqlite framework and import #import <sqlite3.h>.…
How to extract Image URL using REGEX (NSRegularExpression) in IOS !
How to extract Image URL using REGEX (NSRegularExpression) in IOS ! Sometimes its very difficult to find image link from an html string. if you have already html strings the us the below sample to extract images SAMPLE-1 NSRegularExpression* regex =…
IOS 8.4 Features !
Revamped Music app – iOS 8.4 introduces a new look for the Music app with a revamped design that shows pictures of artists in the Artists view and offers personalized playlists. It also offers a new MiniPlayer, a redesigned look for “Now…
Top-Most Swift Interview Questions
1) Explain what is Swift Programming Language? Swift is a programming language and system for creating web applications in iOS and OS X. It is an innovative programming language for Cocoa and Cocoa Touch. 2) Explain how you define variables in Swift…
Asynchronous Operations in iOS with Grand Central Dispatch
Some times while you read the news from any news app the images related to that articles downloads slowly but before that you can read the news articles, this can be possible by using multiple thread operation using GCD Grand Central Dispatch, or GCD for…
How to use RSS Widgets in wordpress !
There are two built-in WordPress RSS or Feed Widgets. The RSS Links displays a list of the links to various core WordPress feeds on your site for Posts and Comments. The RSS allows you to integrate an external feed source for content into a Widget area…
How to apply style to wordpress widgets !
Styling the Text WidgetStandard image alignment CSS styles such as alignleft, alignright, and aligncenter apply for images. To specifically style the various default styles of the WordPress Text Widget, use the following example: <div…
How to add widgets in wordpress theme !
WordPress Widgets add content and features to your Sidebars. Examples are the default widgets that come with WordPress; for post categories, tag clouds, navigation, search, etc. Plugins will often add their own widgets. Widgets were originally designed…