Johnny Perdomo
Johnny Perdomo
has anyone started working on this already? π Do we have a timeframe?
@aplusm have this issue been resolved? I'm experiencing the same issue.
one solution i found to return a response to the user, whether it be a fail or success can be by using Notification Center. ```swift case .success, NotificationCenter.default.post(name: Notifications.success.name, object:...
Ok, I found the issue. The objects successfully sync the first time the user launches the application, but there is no callback or notification letting the user know when objects...
I would like to make my own custom eventView, is there any way to achieve this? If not, how can we accomplish something like this in the very near future?
this, instead of colored event view. let's me build and customize how i want; just adding a simple uiview to event should allow this. i Just don't know how π
1)What do you mean by, βthere is no interface to connect a custom view to the rest of library?β 2) is there a way to get position of event frame?
@dotWasim I actually haven't worked on it. You can give it a shot if you'd like.
@ApplantaDev @wakakaya were you guys able to find a way to detect touch events? If so...how?