English 中文(简体)
如何使进展价值超过100
原标题:How to give the progress value morethan hundred to progressview
  • 时间:2012-04-17 06:41:06
  •  标签:
  • iphone

我正在拟定一份申请。 在座标中,采用进展观点。 为此,需要使进展价值达到100多。 如果能提供100多份货款,就可以填写全部货盘。 因此,请告诉我如何做到这一点。

最佳回答

When you call -setProgress:animated, send it 1.0 if your progress value is (for whatever reason) greater than or equal to 1.0, where 1.0 is your true maximum value. If your raw maximum is 100, map it to 1.0, so that values below 100 indicate a percentage of completion, and values of 100 and above are full completion.

问题回答

暂无回答




相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签