Advertisement
IbrahimHassan

Untitled

May 17th, 2018
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. AudioPlayer EQ iOS :-
  2. https://stackoverflow.com/questions/41094612/ios-how-to-increase-the-bass-and-treble-of-a-avaudioplayer-in-swift
  3.  
  4. WWDC Audio :-
  5. https://developer.apple.com/videos/play/wwdc2014/502/
  6.  
  7. Writing Good Commits:
  8. feat: Summarize changes in around 50 characters or less
  9.  
  10. More detailed explanatory text, if necessary. Wrap it to about 72
  11. characters or so. In some contexts, the first line is treated as the
  12. subject of the commit and the rest of the text as the body. The
  13. blank line separating the summary from the body is critical (unless
  14. you omit the body entirely); various tools like `log`, `shortlog`
  15. and `rebase` can get confused if you run the two together.
  16.  
  17. Explain the problem that this commit is solving. Focus on why you
  18. are making this change as opposed to how (the code explains that).
  19. Are there side effects or other unintuitive consequences of this
  20. change? Here's the place to explain them.
  21.  
  22. Further paragraphs come after blank lines.
  23.  
  24. - Bullet points are okay, too
  25.  
  26. - Typically a hyphen or asterisk is used for the bullet, preceded
  27. by a single space, with blank lines in between, but conventions
  28. vary here
  29.  
  30. If you use an issue tracker, put references to them at the bottom,
  31. like this:
  32.  
  33. Resolves: #123
  34. See also: #456, #789
  35.  
  36. https://trello.com/c/oivxZ90v/240-guest-sign-in-not-showing-error-pop-up-if-user-does-not-enter-any-phone-number
  37. https://trello.com/c/0ZtL5SL1/242-guest-sign-up-check-validation-top-to-bottom-see-video
  38. https://trello.com/c/q7vmRomr/241-guest-sign-up-wrong-error-message-for-first-name-it-should-be-please-provide-valid-first-name
  39. https://trello.com/c/8LFFUrAS/243-guest-allows-to-purchase-pass-without-selecting-card
  40. https://trello.com/c/rro2UsCT/244-guest-show-error-pop-up-on-no-of-line-skipping-passes-rather-than-invalid-amount-if-user-does-not-add-no-of-passes-unable-to-pro
  41. https://trello.com/c/vt2TuGSF/233-in-venue-setup-you-can-pass-the-phone-number-setup-screen-with-an-existing-invalid-number-an-error-will-occur-when-pressing-fini
  42.  
  43. https://www.youtube.com/watch?v=AdV7bCWuDYg
  44.  
  45. https://github.com/Instabug/Instabug-iOS/issues/298
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement