开发者

Pop Up button binding strange trouble

开发者 https://www.devze.com 2023-01-24 15:01 出处:网络
I\'m trying to using pop up button in my code. This is how it look: This开发者_如何转开发 is binding configuration:

I'm trying to using pop up button in my code. This is how it look:

Pop Up button binding strange trouble

This开发者_如何转开发 is binding configuration:

Pop Up button binding strange trouble

Import Choice List local attributes is array controller has reference outlets in appDelegate main code, and i update it as

 [tempArray setContent:carriersListArray];

Everything work fine, but when i select something from button, i lost one of possible choice from the list, it's moving out and leave double choosing issues:

Pop Up button binding strange trouble


This is happened, when u r using a same key name for selection and content. To solve it just using a different key's for it.

0

精彩评论

暂无评论...
验证码 换一张
取 消