ios - 在另一个 viewController 的自定义单元格中更新进度 View

标签 ios objective-c

这是我的自定义单元格代码:

#import <UIKit/UIKit.h>

@interface ShareCell : UITableViewCell
@property (strong, nonatomic) IBOutlet UILabel *lblTitle;
@property (strong, nonatomic) IBOutlet UIProgressView *progressView;
@property (strong, nonatomic) IBOutlet UIButton *btnCancel;

@end

如何在我的 View Controller 中的自定义单元格中调用更新进度 View 事件。感谢高级

最佳答案

我认为您需要以下链接,并在 cellforrowatindexpath 方法中创建一个 UIProgressView。 https://github.com/lightdesign/LDProgressView

关于ios - 在另一个 viewController 的自定义单元格中更新进度 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27243597/

相关文章:

ios - 将观察者添加到 PDFView 时发送到实例的无法识别的选择器

ios - 导航栏按钮图像未在 Swift 中显示

iphone - UIView 意外进入状态栏下方

ios - 两个 View 在垂直方向上不明确,Xcode 警告消息处理约束

ios - MotionBegan、setStroke 和 drawRect 的正确用法

ios - 使用 Firebase 进行身份验证自动登录

ios - "performSegueWithIdentifier"给出 fatal error

ios - 如何从 iOS 的共享扩展中的扩展上下文中获取项目?

objective-c - 如何为 iPhone 应用程序安装/使用 RegexKitLite?

ios - 如何获得下个月的第1、2、3、4个工作日(工作日)