After a lot of R&D I was able to find the solution. Many people posted like go to Settings > Mail > Accounts and then select an account and then you see a button at bottom to delete account. But this was only working for iCloud, Exchange and Gmail in …
Read More ».NET Core 3.1 MVC REST API – Full Course
we show you how to build a full REST API using .NET Core 3.1 we show you how to build a full REST API using .NET Core 3.1. We’ll employ MVC, REST, the Repository Pattern, Dependency Injection, Entity Framework, Data Transfer Objects, (DTOs), AutoMapper to provide 6 API endpoints that …
Read More »Shopify vs Woo commerce – Which one is better?
Sophie is one of the most known for Canadian E-commerce company. It is one of the massive company and without any problem, Shopify is easy to use and cover everything you need. According to the company they are in 175 counties who are using them as a business platform and …
Read More »Android 11: New Top features of OS
The first Android 11 beta build was released by Google last week and it gives us a good look at all the new features the next major release of Android will bring to the table. While Google had released the first Developer Preview of Android 11 in February itself, a beta release means that …
Read More »What’s new in Android Studio 4.0
The Android Studio 4.0 release introduces a new Motion Editor, Build Speed window, Live Layout inspector, Multi Preview for your layouts, support for Kotlin DSL script files, and a Smart editor for R8 rules. The new Build Analyzer feature helps you understand and diagnose issues with your build process, such …
Read More »How to Make Real Time Notification System Using Socket.io and Node.JS?
Keyboard handling with UITextField in iPhone or iPad
Today we are going for keyboard handling with UITextField. In order to handle keyboard, first of all we have to set and implement UITextField delegate. In our scenario we are going to add 5 UITextfields in view and assign them tags zero to five. If user enters in other than …
Read More »How To Detect Shake Motion Gesture On you iPhone or iPad
Today we are going just to detect Shake Motion gesture on iPhone or iPad. We are going to create a new Universal application. Just create a new project, select single view and select “Universal” on devices option Now you have a delegate and one “ViewController”. Open the .xib file and …
Read More »Pagination in UITableView with next previous buttons
Today we will talk about how to give pagination behaviour to our UITableView. We are going to populate UITableView with 2 arrays and it will have 2 UIButtons. 1 is for “next” and the other one is “previous”. UItableView will show only 10 rows at a time. Its logic is that we have 4 …
Read More »UIImageView or UIView Blast Animation
Hi guys today we are going to work on some UIImageView animation we can apply this animation on UIView or any subclass of UIView. First of all we create a new project You will have to add UIView+Explode these files in your project. These files are Created by Daniel Tavares and i found in …
Read More »