-
Updated
Jul 10, 2020 - Swift
carthage
Here are 923 public repositories matching this topic...
What did you do?
When I do this (from your docs):
guard let dataFromString = text.data(using: .utf8, allowLossyConversion: false) else {return} let json = JSON(data: dataFromString)
I get an error "Call can throw, but it is not marked with 'try' and the error is not handled"
I did this. I just want to confirm that is right. It worked for me.
`guard let dataFromString
Now building for iOS is not covered fully in README.md, starting with Xcode 11 there is no Linked Frameworks and Libraries
anymore and this section become one with Embedded Binaries
. Documentation needs to be updated in this place:
https://github.com/Carthage/Carthage#if-youre-building-for-ios-tvos-or-watchos
Following documentation step-by-step now will cause build error with Xcode 11 d
-
Updated
Jun 22, 2020 - Objective-C
Just a suggestion - it would be helpful to have a wiki page on styling cells in various ways, or some common layouts developers typically try to achieve.
-
Updated
Jul 8, 2020 - Swift
This is not an issue but an observation. I no longer use storyboards for my view. Today I faced an issue with Skeletonview when I added it to my UITableViewCell, animations, frames everything was working wrong... did a lot of permutation combinations turning the properties on
and off
. Finally found that when you add elements in UITableViewCell you should add it to contentView
and not to th
Code Used
//MARK: FSCalendar Bounding Refresh
func calendar(_ calendar: FSCalendar, boundingRectWillChange bounds: CGRect, animated: Bool) {
calendarBaseViewHeightConstraint.constant = bounds.height
calendar.reloadInputViews()
self.view.l
- I have read CONTRIBUTING and have done my best to follow them.
What did you do?
In Xcode 10.2.1 (iOS 12.4), in order to trigger viewDidAppear
logic did the following:
let viewController = ViewController()
let _ = viewController.view
let window = UIWindow(frame: UIScreen.main.bounds)
window.la
-
Updated
Jun 23, 2020 - Objective-C
Would it be possible to document a bit more how to use Segmented type with XLPagerTablStrip
From https://github.com/xmartlabs/XLPagerTabStrip#segmented and https://github.com/xmartlabs/XLPagerTabStrip#connect-outlets-and-add-layout-constraints is not clear to me.
ButtonBar is clear.
Thanks.
Thanks for open sourcing such a great project!
After reading the README documentation, I just couldn't understand the Handler Block Helper part.
The README documentation says:
This is specifically useful for cases in which you want a separate object or class to be the handler for a deeplink route. An example might be a view controller that you want to instantiate and present in respon
When I switch go from first tabbar controller to second title appears at the bottom.
override func viewDidLoad() {
super.viewDidLoad()
self.title = "Timers"
self.navigationItem.leftBarButtonItem = UIBarButtonItem.init(image: UIImage.init(named: "close"), style: UIBarButtonItemStyle.plain, target: self, action: #selector(closeDidTap))
}
log.debug("A tagged log message", userInfo: Dev.dave | Tag.sensitive)
That's somehow will confuse the user who only advantages one kind of Tag.
Then I suggest appending one demo code as below for that scenario.
log.debug("A tagged log message", userInfo: Tag.sensitive.dictionary)
-
Updated
Jun 12, 2020 - Objective-C
-
Updated
Apr 22, 2020 - Swift
-
Updated
Nov 29, 2019 - Swift
-
Updated
Jul 8, 2020 - Swift
-
Updated
May 12, 2020 - Swift
-
Updated
Jun 16, 2020 - Objective-C
-
Updated
Mar 24, 2020 - Swift
-
Updated
Jun 26, 2020 - Objective-C
Docs example unclear
"I really wonder why someone would prefer array.get(1) over array[1]. (1st example in Readme)"
Read this in reddit, should make the benefits more clear
Improve this page
Add a description, image, and links to the carthage topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the carthage topic, visit your repo's landing page and select "manage topics."
New Issue Checklist
Issue Info
Info