Tag: iOS app development

Tag: iOS app development

Rotate AVPlayer to Full Screen in Swift iOS
Image July 16, 2023 Development,iOS Development Pushpendra Kumar

By enabling the ability to rotate AVPlayer to full screen, you empower users to customize their viewing experience, whether they prefer landscape or portrait orientation. This feature enhances user satisfaction and ensures a more immersive video playback experience. In today’s fast-paced digital world, providing a seamless and immersive video playback experience is crucial for app

Details
AVPlayer : Play, Pause, Seek, and Time Control in iOS with Swift
Image July 9, 2023 Development,iOS Development Pushpendra Kumar

AVPlayer is a powerful framework in iOS that allows us to handle video playback with ease. In this blog post, we’ll explore how to implement essential control functionalities for AVPlayer, including play, pause, seek, and time control. By the end of this tutorial, you’ll have a comprehensive understanding of AVPlayer control implementation in iOS using

Details
Rotate Video Player in iOS Swift like Netflix, Prime, and Hotstar
Image July 1, 2023 Development,iOS Development Pushpendra Kumar

Welcome to Part 2 of our blog series on building a custom video player in iOS using Swift. In this part, we will focus on Rotate Video Player in iOS Swift like Netflix, Prime, and Hotstar. Why Device Rotation Control Matters for a Rotating Video Player : Rotate Video Player in iOS When users watch

Details
Custom AVPlayer in iOS with Swift : Like Netflix, Prime or Hotstar
Image June 29, 2023 Development,iOS Development Pushpendra Kumar

Welcome to Part 1 of our blog series on building a custom AVplayer in iOS using Swift. In this series, we’ll walk you through the process of creating a powerful and feature-rich video player inspired by popular streaming platforms like Netflix, Prime, and Hotstar.  In other words, we’ll lay the foundation for building an exceptional

Details
How to animate UITableViewCell in iOS Swift
Image April 14, 2020 Development,iOS Development Pushpendra Kumar

Hello Guys, Welcome to this tutorial. I hope you are doing well. In this tutorial I will explain you how to animate UITableViewCell. And for this I will use Swift 5 as a Programming language and Xcode 11.4 as a IDE. And I am sure after reading and implementing this complete tutorial. You will become

Details