简体   繁体   中英

How to write your own custom GKMatchMakerViewController?

I'm having trouble starting to implement my own matchmaking UI (replacing GKMatchMakerViewController I think). The UI would be simple blank screen that would say "finding match".

My problem is, I'm not sure how to start. So I was wondering if anyone have any known tutorials that would cover the basics?

I did a google search and I just can't find any source code or documentation on how to do this, only the class reference :(

Thank you!

PS also if you could point me in a direction into implementing a ranked match making system implementation that would be great :)

Send a match request with GKMatchMaker. Wait for the response.

In the meantime show a blank scene with a "finding match" label.

I believe there's no tutorial because it's that simple. :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM