Realm Object Editor Realm Object Editor is a visual editor where you can create your Realm entities, attributes and relationships inside a nice user interface. Once you finish, you can export your schema document for later use and you can export your objects in Swift, Objective-C and Java.
Les fonctionnalités principales de ahmed-ali/realmobjecteditor sont : Data Persistence.
Les alternatives open-source à ahmed-ali/realmobjecteditor incluent : afrymask/afbrushboard — 根据手指滑动速度动态调整线条粗细和透明度 - 对相邻线段进行贝塞尔方法进行绘制 - 多阶贝塞尔曲线方法抽取 - 大批量线段绘制的性能优化. albertodebortoli/skopelos — A minimalistic, thread safe, non-boilerplate and super easy to use version of Active Record on Core Data. Simply all… alibaba/handyjson — HandyJSON is a Swift JSON serialization library and data mapper. It functions as an object mapper that converts JSON… anviking/decodable — [Probably deprecated] Swift 2/3 JSON unmarshalling done (more) right. artsabintsev/zephyr — Effortlessly synchronize UserDefaults over iCloud. 1amageek/ballcap-ios — Firebase Cloud Firestore support library for iOS. 🧢.
根据手指滑动速度动态调整线条粗细和透明度 - 对相邻线段进行贝塞尔方法进行绘制 - 多阶贝塞尔曲线方法抽取 - 大批量线段绘制的性能优化
A minimalistic, thread safe, non-boilerplate and super easy to use version of Active Record on Core Data. Simply all you need for doing Core Data. Swift flavour.
HandyJSON is a Swift JSON serialization library and data mapper. It functions as an object mapper that converts JSON data into typed Swift models and transforms Swift objects back into JSON strings for storage or transmission. The library uses reflection to automatically map JSON keys to object properties and supports custom mapping metadata to resolve naming differences between APIs and code. It provides capabilities for extracting values from deep nested paths within a JSON structure and supports the transformation of complex types such as dates and URLs. The framework handles both the des