Makes sense, thanks Ken!
> On 2017. Jan 7., at 8:55, Ken Thomases wrote:
>
> On Jan 7, 2017, at 12:59 AM, Tamas Nagy wrote:
>>
>> This is a video mixer app. There are multiple windows for controlling
>> layers, effects, etc. Rendering is done on a CVDisplayLink thread by OpenGL.
>> Whenever
Could someone with good experience testing in-app purchases contact me? I
have created a test Sandbox user in iTunes connect, but no matter what I
do, I can’t log in as that user on my device in order to test an in-app
purchase. I have verified the email, logged in to the Apple ID management
site,
I did try after you asked, and KVO may be working, but the video doesn’t
play. If I delete the KVO bindings from IB and change my code like this:
var currentTime : Double = 0 {
didSet {
timeSlider.doubleValue = currentTime
}
}
var duration: Double = 0
{
didSet {
ti
> On Jan 7, 2017, at 3:24 PM, Charles Jenkins wrote:
>
> I did try after you asked, and KVO may be working, but the video doesn’t
> play. If I delete the KVO bindings from IB and change my code like this:
>
> var currentTime : Double = 0 {
> didSet {
> timeSlider.doubleValue = curre