3 repositorios
Implementations of visual transitions and animations using the iOS Core Animation framework.
Distinct from Core Animation Wrappers: None of the candidates correctly capture native Objective-C Core Animation framework usage; f0_mt1 is for Swift wrappers.
Explore 3 awesome GitHub repositories matching mobile development · Core Animation Implementations. Refine with filters or upvote what's useful.
Este proyecto es una colección de demos de aplicaciones iOS en Objective-C y muestras de código. Proporciona implementaciones para patrones de desarrollo principales y características a nivel de sistema dentro del entorno iOS. El repositorio se centra en ejemplos de runtime de Objective-C, demostrando el despacho dinámico de métodos y el swizzling de runtime para modificar el comportamiento de los objetos. También incluye una librería de UI de Core Animation y muestras para la gestión de multihilo y concurrencia en iOS. El proyecto cubre capacidades para animación y gráficos de UI, coordinación de tareas concurrentes y la integración de servicios de terceros para autenticación y redes sociales.
Provides a library for fluid visual transitions using the iOS Core Animation framework.
This project is a technical guide and implementation library for advanced visual effects and hardware-accelerated animations using the Core Animation framework on iOS. It provides a comprehensive reference for creating high-performance motion graphics, custom graphic rendering, and the construction of 3D engines using perspective transforms and Z-axis manipulation. The collection distinguishes itself through a deep focus on GPU rendering optimization and graphics performance. It covers advanced strategies to maintain high frame rates, such as reducing offscreen rendering via shadow path optim
Creating high-performance visual effects and complex motion graphics using the Core Animation framework.
MarqueeLabel is a UIKit label extension for iOS that provides a scrolling text component. It automatically animates text content when it exceeds the available width of the view. The project includes a storyboard custom inspector, allowing the configuration of marquee speed, direction, and animation curves directly within the Xcode interface. The component manages dynamic text layout by scaling font sizes to fit the frame and implementing edge fading effects to blend text into the background. It also provides mechanisms to control the state of scrolling animations.
Implements visual text movement using the native iOS Core Animation framework.