-
Updated
May 24, 2020 - Swift
cocoapods
Here are 2,104 public repositories matching this topic...
-
Updated
May 23, 2020 - Swift
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
New Issue Checklist
- I have looked at the Documentation
- I have read the F.A.Q.
- I have filled out this issue template.
Issue Info
Info | Value |
---|
pod --version
1.9.1
- [x ] I've read and understood the CONTRIBUTING guidelines and have done my best effort to follow.
Report
Most legitimate bots I see on a server report who they are. When I saw user agent of "Ruby" it made me feel something suspicious is going on. Then I did a test and cocoapods jus
-
Updated
Apr 26, 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
May 2, 2020 - Swift
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
Apr 24, 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.
-
Updated
May 19, 2020 - Objective-C
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
https://cocoapods.org/?q=tsmessages
Clicking on "see podspec" leads to 404:
https://github.com/CocoaPods/Specs/blob/master/Specs/TSMessages/0.9.13/TSMessages.podspec.json
Maybe it could be fixed by:
a) submitting the missing 0.9.13 podspec
b) tagging the 0.9.13 release on the github.com/KrauseFx/TSMessages repo
A feature request
What do you want to add?
Add gestureRecognizer
to shouldDragCardAt
delegate method arguments. It will make easier blocking the swipe event, when the Koloda is inside a tableviewCell, and you don't want to mess with the scroll
How should it look like?
func koloda(_ koloda: KolodaView, shouldDragCardAt index: Int, gestureRecognizer: panGestureRecogni
https://github.com/Co2333/coreBase/blob/master/OneMonkey.sh
It will auto install following thing with out any issues, easy for beginners:
HomeBrew
wget
ldid
ldid2
dpkg
libimobiledevice
libimobileinstaller
python
THEOS
MonkeyDev
frida-tools
frida-ios-dump
It will auto swip the localhost to user ip and also ios device ssh password
After install, run this py like
username$ fri
-
Updated
Jan 3, 2020 - Objective-C
-
Updated
Dec 6, 2019 - Swift
-
Updated
Sep 20, 2018 - Objective-C
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))
}
-
Updated
May 20, 2020 - Objective-C
Improve this page
Add a description, image, and links to the cocoapods topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cocoapods topic, visit your repo's landing page and select "manage topics."
New Issue Checklist
Issue Info
Info