Based on LeanCloud's Moments feature, it demonstrates how to model one-to-one and one-to-many relationships on LeanCloud.
If you encounter any issues during usage, please raise an issue, and I will provide assistance on GitHub.
pod install --no-repo-update --verbose (If you encounter errors regarding missing libraries, remove --no-repo-update)
open LZAlbum.xcworkspace
The UI design drew heavily from MessageDisplayKit, and the data is stored on LeanCloud. Gratitude is extended to both.
Login with the public account on https://leancloud.cn, credentials: leancloud@163.com/Public123, then select the LCAlbum app to view the table structure. Note: Please refrain from modifying backend data, just view it. Otherwise, it may lead to client crashes. Note: The above-mentioned credentials are not for logging into this app but for the LeanCloud backend. For the app login, simply register a new account on the registration page.
MIT