Kevin
Kevin
> If you using code from #158 you can replace (straight forward solution) > > ```objc > return(((uintptr_t)objectPtr) >> 60); > ``` > > with > > ```objc > if...
I also run into this problem
@lockett-rccl I know the reason why it wrong because you fogot implement protocol in LoggedinBuilder you can follow my code in Github: https://github.com/codedeman/UberRIB
you can use this func to solve this problem [SVProgressHUD setOffsetFromCenter:(UIOffsetMake(UIApplication.sharedApplication.keyWindow.center.x, UIApplication.sharedApplication.keyWindow.center.y))];