Open in app

Sign In

Write

Sign In

Payal Gupta
Payal Gupta

1.5K Followers

Home

About

Published in

We’ve moved to freeCodeCamp.org/news

·Mar 11, 2019

How to set up video streaming in your app with AVPlayer

Watch it over and over…not just once — Video streaming is a type of media streaming in which the data from a video file is continuously delivered via the Internet to a remote user. It allows a video to be viewed online without being downloaded on a host computer or device. Streaming TV shows, movies, and other types…

Swift

10 min read

How to set up video streaming in your app with AVPlayer
How to set up video streaming in your app with AVPlayer
Swift

10 min read


Published in

We’ve moved to freeCodeCamp.org/news

·Feb 26, 2019

How to make height of collection views dynamic in your iOS apps

Be dynamic, just like life… — Table views and collection views have always been an integral part of iOS app development. We all might have came across various issues related to them. In this article, we’ll discuss one such problem statement related to collection views. Problem Statement Let’s assume we’ve a UICollectionView in a UITableViewCell and around 20…

Swift

3 min read

How to make height collection views dynamic in your iOS apps
How to make height collection views dynamic in your iOS apps
Swift

3 min read


Published in

HackerNoon.com

·Oct 24, 2018

Random Numbers API in Swift 4.2

Random is Good…🎳 — With the release of Swift 4.2, Apple introduced a new random API SE-0202 in swift’s standard library. Let’s look at the details on how we can use this API for different use-cases. 1. Random number from the given Range A random(in:) method is provided for each numeric data type, i.e. …

Swift

2 min read

Random Numbers API in Swift 4.2
Random Numbers API in Swift 4.2
Swift

2 min read


Published in

We’ve moved to freeCodeCamp.org/news

·Jun 18, 2018

Deep copy vs. shallow copy — and how you can use them in Swift

Copying an object has always been an essential part in the coding paradigm. Be it in Swift, Objective-C, JAVA or any other language, we’ll always need to copy an object for use in different contexts. In this article, we’ll discuss in detail how to copy different data types in Swift…

Swift

8 min read

Deep copy vs. shallow copy — and how you can use them in Swift
Deep copy vs. shallow copy — and how you can use them in Swift
Swift

8 min read


Published in

We’ve moved to freeCodeCamp.org/news

·Jun 4, 2018

Everything you’ve always wanted to know about notifications in iOS

Pretty Little Alerts..🥁 — Notifications are a way to inform users when new data becomes available for their apps, even when the app is not running in the foreground. For example, a messaging app might let the user know when a new message has arrived, and a calendar app might inform the user of…

IOS

15 min read

Everything you’ve always wanted to know about notifications in iOS
Everything you’ve always wanted to know about notifications in iOS
IOS

15 min read


Published in

HackerNoon.com

·May 16, 2018

Selectively Add & Remove Gradient — UICollectionViewCell

The details are not the details. They make the design. — Playing with Collection Views is so much fun and challenging. One of the things I came across is using gradients with collection views. Adding gradient to a UICollectionView or UICollectionViewCell is as simple as adding it to any other view. …

Swift

2 min read

Selectively Add & Remove Gradient — UICollectionViewCell
Selectively Add & Remove Gradient — UICollectionViewCell
Swift

2 min read


Published in

HackerNoon.com

·May 13, 2018

Color it with GRADIENTS — iOS

KEEP CALM and build your own colors 🍭 I’ve been working with iOS for quiet a long time now and believe me, building a nice-looking visual interface is must for an app to get accepted by a larger audience. Good design, colors, concept everything matters when building a great UI. …

IOS

4 min read

Color it with GRADIENTS — iOS
Color it with GRADIENTS — iOS
IOS

4 min read


Published in

HackerNoon.com

·Nov 15, 2017

Coding for iOS 11: How to drag & drop into collections & tables

With the release of iOS-11, Apple introduced Drag and Drop in UITableView and UICollectionView with a specialized API that works on the concept of Interactions (something like gestures). Table view and collection view have similar APIs to support drag and drop with some small differences. Drag and drop is supported…

IOS

10 min read

Coding for iOS 11: How to drag & drop into collections & tables
Coding for iOS 11: How to drag & drop into collections & tables
IOS

10 min read


Published in

HackerNoon.com

·Nov 5, 2017

Everything about Codable in Swift 4

Get rid of that hefty NSCoding code..!!!🤗 As we are all aware, to support encoding and decoding of instances in iOS, a class must adopt the NSCoding protocol and implement its methods: init(coder:) — Returns an object initialized from data in a given unarchiver. encode(with:) — Encodes the receiver using…

Swift

6 min read

Everything about Codable in Swift 4
Everything about Codable in Swift 4
Swift

6 min read


Published in

HackerNoon.com

·Nov 3, 2017

UITableView Leading & Trailing Swipe Actions in iOS 11 🎷

Everyone needs a good editor..!!!✂️ Since iOS 8, Apple has provided us with the provision to add our own customized actions to a UITableView’s rows using the UITableViewDelegate method — tableView(_:editActionsForRowAt:). tableView(_:editActionsForRowAt:) Asks the delegate for the actions to display in response to a swipe in the specified row. Use…

IOS

2 min read

UITableView Leading & Trailing Swipe Actions in iOS 11 🎷
UITableView Leading & Trailing Swipe Actions in iOS 11 🎷
IOS

2 min read

Payal Gupta

Payal Gupta

1.5K Followers

iOS  Developer

Following
  • Nitin Aggarwal

    Nitin Aggarwal

  • Stefano Frosoni

    Stefano Frosoni

  • Shubham

    Shubham

  • Zafar Ivaev

    Zafar Ivaev

  • Chetan Aggarwal

    Chetan Aggarwal

See all (221)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams