AliSoftware / AliSoftware/OHPDFImage
Why size_t ?
Đang mở
- Ngôn ngữ chính
- Objective-C
- Star
- 56
- Fork
- 3
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
I don't understand why you chose to use `size_t` in your framework and not more common type, such as `NSUInteger`.
Maybe the number of bytes is not the same?
Anyway, isn't it a bad choice? Indeed, your library is _de facto_ a wrapper for `CFPDFDocumentRef` and should, IMHO, use common types.
For instance, when I see `size_t`, I don't understand. `NSUInteger` is much more Objective-C-friendly.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.