Decorate Diary-Record my house

Renovating your home is a hard work and a proud job. Use our application to record this beautiful moment and help the user to record or check the progress of a certain day.

Users can also use our app to view several recommended styles of decoration and inspire themselves to better design their own house.


Save and read player level records (WNXStageInfoManager)

How to persist store game player clearance information and score each record .This project uses archiving and solution.Wonder WNXStageInfoManager get a singleton object, by calling the Save and Read method to save or read the level information, when the game level into the settlement score Controller, determine whether the new record needs to be saved, save the interface if you need to call specific implementation code, please refer to WNXStageInfoManager.m file

// singleton method

+ (instancetype) sharedStageInfoManager;

// Save the level information

- (BOOL) saveStageInfo: (WNXStageInfo *) stageInfo;

// Read the level information of the specified level number

- (WNXStageInfo *) stageInfoWithNumber: (int) number;

// This interface is when the game can not pass, click the handle button in the RootViewController to unlock the next level to use (** Cheats ~ caution **)

- (BOOL) unlockNextStage;

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

友情链接更多精彩内容