Open in app
Home
Notifications
Lists
Stories

Write
Yogesh Manghnani
Yogesh Manghnani

Home

Published in codeburst

·Oct 16, 2019

Nightmares of an Indie App Developer

The sun doesn't shine everyday — Most people think being an indie app developer is easy. You just have to make app and upload it. That’s it, or is it? There are certain horrors associated to every job. Here are some that I and other people in this community has faced. AdMob account getting disabled

App Development

3 min read

Nightmares of an Indie App Developer
Nightmares of an Indie App Developer

Published in codeburst

·Feb 19, 2019

How to make gradients in iOS using Swift

Making gradients in Swift has never been easier. There are two ways by which the result can be achieved. Using a wrapper UIView sub class for CAGradientLayer Using CAGradientLayer Have a look at both of the files below The first file is a UIView subclass that wraps around the…

I OS

2 min read

How to make gradients in iOS using Swift
How to make gradients in iOS using Swift

Published in codeburst

·Nov 18, 2018

How to do Simple Animations in iOS using Swift

Animations are a core part of the iOS app experience. I know if you are a you might hesitate to bring animations in your app. But don’t worry it’s quite easy to do. …

I OS

2 min read

How to do Simple Animations in iOS using Swift
How to do Simple Animations in iOS using Swift

Published in codeburst

·Jul 29, 2018

Circular Progress Bar in iOS

How to make a Circular Progress Bar in iOS — It is really difficult for a beginner to implement a circular progress bar in iOS. So for the guys and gals heres the punch Anyone can easily make a circular progress bar for an iOS app by simply dragging and dropping. …

I OS

2 min read

Circular Progress Bar in iOS
Circular Progress Bar in iOS

May 12, 2018

How to Uninstall CocoaPods from your Xcode Project

Why uninstall ? Maybe you did something wrong. Did some shit and the project won’t even build. Wanna move to Carthage. Follow the steps below to uninstall CocoaPods from your project. sudo gem install cocoapods-deintegrate cocoapods-clean pod deintegrate && pod clean rm Podfile After this just follow any guide to install Carthage if you want. It makes your life easier.

Swift

1 min read


Published in codeburst

·Apr 28, 2018

Building my First RESTful API

What I Have Learned #3 (Building my First RESTful API) — If you have been following along my Learning iDev journey, you would know I have just entered the beautiful world of Software Development. As I told you guys in my previous story of Learning iDev, I am learning some pretty good stuff. First and foremost some updates on what I have been doing I have been learning NodeJS Learned MongoDB Making…

Nodejs

3 min read

Building my First RESTful API
Building my First RESTful API

Published in codeburst

·Apr 10, 2018

Conditional Conformance with Swift 4.1

Quick walkthrough of another new feature of Swift 4.1 — Swift is a pretty good language because of features like protocols, extensions etc. With the latest micro-update Swift 4.1 has brought to us a new protocol feature called conditional conformance. Before we dive in lets build up the learning scenario. Consider a protocol as below And consider a structure…

Programming

2 min read

Conditional Conformance with Swift 4.1
Conditional Conformance with Swift 4.1

Published in codeburst

·Apr 7, 2018

Quick and Easy JSON Swift 4.1

It had always been a long and tedious task to parse JSON data in Swift. With Swift 4 it had become easy. And now with Swift 4.1 it has become even easier. The Decodable protocol is great. Consider this JSON structure [ {…

Swift

2 min read

Easy JSON with Swift 4.1
Easy JSON with Swift 4.1

Published in codeburst

·Mar 31, 2018

You’re 7 mins away from Swift 4

Swift is a general purpose, strictly typed programming language developed by Apple in 2014. It is used widely for development in the Apple ecosystem. Which include iOS, macOS, tvOS and watchOS. …

Swift

7 min read

You’re 7 mins away from Swift 4
You’re 7 mins away from Swift 4

Mar 25, 2018

What I have learned #2 (Being a bit MEAN)

As I was going through the Devslopes course (made by Mark Price and team on Udemy). I came across a section that used pre-made API (made using MongoDB, NodeJS, ES6 and Express). For me being a new developer that was impossible to digest. What in the world is an API…

Java Script

2 min read

What I have learned #2 (Being a bit MEAN)
What I have learned #2 (Being a bit MEAN)
Yogesh Manghnani

Yogesh Manghnani

An iOS Developer and a Blogger

Following
  • Darius Foroux

    Darius Foroux

  • Sergey Faldin 🇺🇦

    Sergey Faldin 🇺🇦

  • Arabella Strange

    Arabella Strange

  • Shashank Thakur

    Shashank Thakur

  • Raphaël Léger

    Raphaël Léger

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable