How to add Your Favourite stocks in Mac menu bar?

How to add your favourite stocks in mac menu bar

Getting Started with Add your favourite stocks Mac menu bar In mac there is side menu slider like iphone’s have. Mac’s side menu bar also contains notifications list and widgets. In widgets it has weather forecasting, stocks, calendar, events and many more. How to add your favourite stocks in mac menu bar In mac, there is side menu bar which is very amazing feature in … Read more

Categories Mac

Minimum of two numbers Swift 5

Minimum of Two Number Swift

Minimum of two numbers Swift 5 will be explained here with its method. Minimum of two numbers means smallest value among given numbers. Calculating minimum number from two numbers is very basic thing which is commonly is used in programming so their are predefined methods for it. In swift also there is predefined method for calculating minimum of two numbers. How to Calculate Minimum of … Read more

Best library for Calendar in iOS

Best Library for Calendar iOS

INTRODUCTION: Third party libraries are main part of app development. These third party libraries saves our lot of time and energy in implementing different functionalities. Creating custom things sometimes become necessary in some rare cases other wise third party libraries do their work. OVERVIEW – Best Calendar library: Calendar in app day by day becoming more descriptive and adding new features to it. With different … Read more

Change UITextField’s bottom line color change on change of editing status?

Xcode UITextField bottom line color

INTRODUCTION UITextField is used for input entry field item and take input from user. In UITextField there is default property named placeholder which on start of editing in UITextFiled disappears and if it is leaved blank then it comes up showing again just like there are many animation you can perform while start of UITextField editing and in end of editing methods. UITextFields’s Bottom Line … Read more

How to Fix ERR_SPDY_PROTOCOL_ERROR in Google Chrome 2022

Err_SPDY_Protocol_Error google chrome

ERR_SPDY_PROTOCOL_ERROR is an error code in google chrome. Every error has some codes from which they are identified and can be solved by searching with that code. From that code, you can easily find a solution as it depicts whole error behavior and reason of occurrence. How to Fix ERR_SPDY_PROTOCOL_ERROR in Google Chrome 2022 Errors are a part of a cycle that holds a very … Read more

Difference between nonatomic, atomic, strong, weak, retain?

Non Atomic, Strong, Weak, Retain

INTRODUCTION These are very important term in iOS app development and definition of these terms should be clarify for user. User should have a good idea about what these terms actually refer to and what is benefit of them and why to use them and where to use what. Definition of Atomic, Non-Atomic, Strong, Weak & Retain ATOMIC When user sets this property at the … Read more

Why won’t my iPhone charge after the battery drained completely?

Quick Introduction – iPhone not charging after the battery drained completely I would suggest first to try another charger! Than by what you say, “It had been taking a really long time to charge lately, but once it’s charged, the battery seems to hold it just fine.”, the battery seems not to be responsible for this situation! I would suggest to take it at a … Read more

How to set Placeholder In UITextView?

How to Set Placeholder UITextView?

INTRODUCTION Placeholder plays key role in input entry fields as its describe as hint for what user have to write in input. Placeholder is a text that holds information that is for user to understand purpose of text input field. Setting Placeholder in UITextView – Overview In UITextField there is already property exist for placeholder and there is no need to create custom codes for … Read more

Detect when application is launched with Push Notification

INTRODUCTION In today’s fast moving world nobody wants to check single things by themselves now they expect things will come to them not they have to do something to get that so notification is the way which fulfils this requirement in our daily life either that is important news or messages or any alerts or any specific events or any reminder notification do this all … Read more

Cocoapods Error – “You need at least git version 1.8.5 to use CocoaPods”

Introduction Cocoapods Cocoapods are best dependency manager tool that is used in iOS App Development. Languages swift and objective-c are user for iOS App Development. Cocoapods Error Solution 1 Follow this :Xcode Preferences -> Locations -> Selected the Command Lin Tools: select Xcode 8.3 or run this command sudo xcode-select –switch /Applications/Xcode.app Or Cocoapods Error Solution 2 You can try this also if above method … Read more